[llvm-commits] [llvm] r124148 - /llvm/trunk/include/llvm/Analysis/InlineCost.h
Eric Christopher
echristo at apple.com
Mon Jan 24 14:19:14 PST 2011
Author: echristo
Date: Mon Jan 24 16:19:14 2011
New Revision: 124148
URL: http://llvm.org/viewvc/llvm-project?rev=124148&view=rev
Log:
Perhaps a bit too much vertical whitespace.
Modified:
llvm/trunk/include/llvm/Analysis/InlineCost.h
Modified: llvm/trunk/include/llvm/Analysis/InlineCost.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/InlineCost.h?rev=124148&r1=124147&r2=124148&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/InlineCost.h (original)
+++ llvm/trunk/include/llvm/Analysis/InlineCost.h Mon Jan 24 16:19:14 2011
@@ -112,8 +112,6 @@
/// entry here.
std::vector<ArgInfo> ArgumentWeights;
-
-
/// analyzeFunction - Add information about the specified function
/// to the current structure.
void analyzeFunction(Function *F);
More information about the llvm-commits
mailing list