diff options
author | Eric Christopher <echristo@apple.com> | 2011-01-24 22:19:14 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-01-24 22:19:14 +0000 |
commit | 0f13bc8c23f93b5c84a71d60a8dff0142a769224 (patch) | |
tree | 0dee8195e145c9985fe56af0b41fdc9c8024f9c6 | |
parent | 6032269837c08a94b70b0e36f8e473c293ff5fd4 (diff) |
Perhaps a bit too much vertical whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124148 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Analysis/InlineCost.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Analysis/InlineCost.h b/include/llvm/Analysis/InlineCost.h index ccec4c5247..a138fc41e9 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); |