From 0f13bc8c23f93b5c84a71d60a8dff0142a769224 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 24 Jan 2011 22:19:14 +0000 Subject: [PATCH] Perhaps a bit too much vertical whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124148 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/InlineCost.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.34.1