From: Eric Christopher Date: Mon, 24 Jan 2011 22:19:14 +0000 (+0000) Subject: Perhaps a bit too much vertical whitespace. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0f13bc8c23f93b5c84a71d60a8dff0142a769224;p=oota-llvm.git Perhaps a bit too much vertical whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124148 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/InlineCost.h b/include/llvm/Analysis/InlineCost.h index ccec4c52474..a138fc41e95 100644 --- a/include/llvm/Analysis/InlineCost.h +++ b/include/llvm/Analysis/InlineCost.h @@ -112,8 +112,6 @@ namespace llvm { /// entry here. std::vector ArgumentWeights; - - /// analyzeFunction - Add information about the specified function /// to the current structure. void analyzeFunction(Function *F);