]> granicus.if.org Git - clang/commitdiff
function names start with a lower case letter ; NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 12 Jan 2016 18:03:41 +0000 (18:03 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 12 Jan 2016 18:03:41 +0000 (18:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@257497 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenFunction.cpp

index 1047120faee49c7d333fd9848c089bea8b0ac5f4..e38ff0a39da303826d34f7caf095faff1c4f3f87 100644 (file)
@@ -79,7 +79,7 @@ CodeGenFunction::CodeGenFunction(CodeGenModule &cgm, bool suppressNewContext)
   if (CGM.getCodeGenOpts().ReciprocalMath) {
     FMF.setAllowReciprocal();
   }
-  Builder.SetFastMathFlags(FMF);
+  Builder.setFastMathFlags(FMF);
 }
 
 CodeGenFunction::~CodeGenFunction() {