function names start with a lower case letter ; NFC

llvm-svn: 257497
This commit is contained in:
Sanjay Patel 2016-01-12 18:03:41 +00:00
parent a252815bc1
commit d61f3c71c3
1 changed files with 1 additions and 1 deletions

View 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() {