OSDN Git Service

setFastMathFlags() function name starts with a lower case letter ; NFC
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 3 Dec 2016 15:56:42 +0000 (16:56 +0100)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 6 Apr 2017 09:36:21 +0000 (17:36 +0800)
commitea6f4381adcfe07978a9f4f7ee66c80c048d2647
tree0f9c698b5314c4ab0b1a221397c3627d051e4f0d
parente5e0f8bdb8405754de30ee467ee5feea48b594e6
setFastMathFlags() function name starts with a lower case letter ; NFC

This is backport to aosp llvm 3.8.0 of:
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257496 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IRBuilder.h
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
lib/Transforms/InstCombine/InstCombineSelect.cpp
lib/Transforms/Utils/LoopUtils.cpp
lib/Transforms/Utils/SimplifyLibCalls.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp
unittests/IR/IRBuilderTest.cpp