summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2016-01-12 18:03:41 +0000
committerSanjay Patel <spatel@rotateright.com>2016-01-12 18:03:41 +0000
commitd61f3c71c3f033e0243f78591413a82e4fc2dce6 (patch)
tree69997a299c295a35a990c99df60cd1d3fa7529c7
parenta252815bc16ba04ae93a4ab108c0d7a2d2d03453 (diff)
downloadbcm5719-llvm-d61f3c71c3f033e0243f78591413a82e4fc2dce6.tar.gz
bcm5719-llvm-d61f3c71c3f033e0243f78591413a82e4fc2dce6.zip
function names start with a lower case letter ; NFC
llvm-svn: 257497
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp
index 1047120faee..e38ff0a39da 100644
--- a/clang/lib/CodeGen/CodeGenFunction.cpp
+++ b/clang/lib/CodeGen/CodeGenFunction.cpp
@@ -79,7 +79,7 @@ CodeGenFunction::CodeGenFunction(CodeGenModule &cgm, bool suppressNewContext)
if (CGM.getCodeGenOpts().ReciprocalMath) {
FMF.setAllowReciprocal();
}
- Builder.SetFastMathFlags(FMF);
+ Builder.setFastMathFlags(FMF);
}
CodeGenFunction::~CodeGenFunction() {
OpenPOWER on IntegriCloud