aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/InlineCost.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-01-24 22:19:14 +0000
committerEric Christopher <echristo@apple.com>2011-01-24 22:19:14 +0000
commit0f13bc8c23f93b5c84a71d60a8dff0142a769224 (patch)
tree0dee8195e145c9985fe56af0b41fdc9c8024f9c6 /include/llvm/Analysis/InlineCost.h
parent6032269837c08a94b70b0e36f8e473c293ff5fd4 (diff)
downloadexternal_llvm-0f13bc8c23f93b5c84a71d60a8dff0142a769224.zip
external_llvm-0f13bc8c23f93b5c84a71d60a8dff0142a769224.tar.gz
external_llvm-0f13bc8c23f93b5c84a71d60a8dff0142a769224.tar.bz2
Perhaps a bit too much vertical whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124148 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/InlineCost.h')
-rw-r--r--include/llvm/Analysis/InlineCost.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Analysis/InlineCost.h b/include/llvm/Analysis/InlineCost.h
index ccec4c5..a138fc4 100644
--- a/include/llvm/Analysis/InlineCost.h
+++ b/include/llvm/Analysis/InlineCost.h
@@ -112,8 +112,6 @@ namespace llvm {
/// entry here.
std::vector<ArgInfo> ArgumentWeights;
-
-
/// analyzeFunction - Add information about the specified function
/// to the current structure.
void analyzeFunction(Function *F);