changeset 162:046efcf57887

fix use HasCodeSegment at CGCall.cpp
author anatofuz
date Thu, 19 Mar 2020 16:40:55 +0900
parents c936242a6e27
children db6f194f88ab
files clang/lib/CodeGen/CGCall.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/clang/lib/CodeGen/CGCall.cpp	Thu Mar 19 16:35:28 2020 +0900
+++ b/clang/lib/CodeGen/CGCall.cpp	Thu Mar 19 16:40:55 2020 +0900
@@ -1755,7 +1755,7 @@
       break;
     }
 #ifndef noCbC
-  if (getLangOpts().hasCodeSegment()) {
+  if (getLangOpts().HasCodeSegment()) {
       FpKind = "none";
   }
 #endif