mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-01 10:02:42 +00:00
fix typo; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245869 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8c932ac614
commit
a1da6bba1e
@ -139,7 +139,7 @@ static bool lowerExpectIntrinsic(Function &F) {
|
||||
ExpectIntrinsicsHandled++;
|
||||
}
|
||||
|
||||
// remove llvm.expect intrinsics.
|
||||
// Remove llvm.expect intrinsics.
|
||||
for (BasicBlock::iterator BI = BB.begin(), BE = BB.end(); BI != BE;) {
|
||||
CallInst *CI = dyn_cast<CallInst>(BI++);
|
||||
if (!CI)
|
||||
|
Loading…
x
Reference in New Issue
Block a user