commit | d61f3c71c3f033e0243f78591413a82e4fc2dce6 | [log] [tgz] |
---|---|---|
author | Sanjay Patel <spatel@rotateright.com> | Tue Jan 12 18:03:41 2016 +0000 |
committer | Sanjay Patel <spatel@rotateright.com> | Tue Jan 12 18:03:41 2016 +0000 |
tree | 69997a299c295a35a990c99df60cd1d3fa7529c7 | |
parent | a252815bc16ba04ae93a4ab108c0d7a2d2d03453 [diff] [blame] |
function names start with a lower case letter ; NFC llvm-svn: 257497
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp index 1047120..e38ff0a 100644 --- a/clang/lib/CodeGen/CodeGenFunction.cpp +++ b/clang/lib/CodeGen/CodeGenFunction.cpp
@@ -79,7 +79,7 @@ if (CGM.getCodeGenOpts().ReciprocalMath) { FMF.setAllowReciprocal(); } - Builder.SetFastMathFlags(FMF); + Builder.setFastMathFlags(FMF); } CodeGenFunction::~CodeGenFunction() {