[cleanup] Remove trailing whitespace before I start changing this file.
[oota-llvm.git] / lib / Analysis / IPA / InlineCost.cpp
index 013691b668b22b6de4bc6556d635fe6fba3b28e3..93429c904f5fa91323c75a9ca2ef28dd11e8780b 100644 (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)