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

Chandler Carruth chandlerc at gmail.com
Thu Dec 12 03:59:26 PST 2013


Author: chandlerc
Date: Thu Dec 12 05:59:26 2013
New Revision: 197149

URL: http://llvm.org/viewvc/llvm-project?rev=197149&view=rev
Log:
[cleanup] Remove trailing whitespace before I start changing this file.

Modified:
    llvm/trunk/lib/Analysis/IPA/InlineCost.cpp

Modified: llvm/trunk/lib/Analysis/IPA/InlineCost.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/IPA/InlineCost.cpp?rev=197149&r1=197148&r2=197149&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/IPA/InlineCost.cpp (original)
+++ llvm/trunk/lib/Analysis/IPA/InlineCost.cpp Thu Dec 12 05:59:26 2013
@@ -1115,7 +1115,7 @@ bool CallAnalyzer::analyzeCall(CallSite
     }
   }
 
-  // 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)





More information about the llvm-commits mailing list