[cleanup] Remove trailing whitespace before I start changing this file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197149 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2013-12-12 11:59:26 +00:00
parent 8b28f53eae
commit 8a513abbc8

View File

@ -1115,7 +1115,7 @@ bool CallAnalyzer::analyzeCall(CallSite CS) {
}
}
// If this is a noduplicate call, we can still inline as long as
// If this is a noduplicate call, we can still inline as long as
// inlining this would cause the removal of the caller (so the instruction
// is not actually duplicated, just moved).
if (!OnlyOneCallAndLocalLinkage && ContainsNoDuplicateCall)