changeset 163:db6f194f88ab

...
author anatofuz
date Thu, 19 Mar 2020 16:50:12 +0900
parents 046efcf57887
children fdfabb438fbf
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:40:55 2020 +0900
+++ b/clang/lib/CodeGen/CGCall.cpp	Thu Mar 19 16:50:12 2020 +0900
@@ -1755,7 +1755,7 @@
       break;
     }
 #ifndef noCbC
-  if (getLangOpts().HasCodeSegment()) {
+  if (getLangOpts().HasCodeSegment) {
       FpKind = "none";
   }
 #endif