From: Torok Edwin Date: Wed, 22 Jul 2009 10:49:23 +0000 (+0000) Subject: Remove a comment that was copy+pasted from the wrong place, X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fd5545b789d61ed16178ce2edc871164d5e9caea;p=oota-llvm.git Remove a comment that was copy+pasted from the wrong place, there is no MachineFunction here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76734 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/Utils/SSI.h b/include/llvm/Transforms/Utils/SSI.h index 59dd6d026ce..a18930fe0d8 100644 --- a/include/llvm/Transforms/Utils/SSI.h +++ b/include/llvm/Transforms/Utils/SSI.h @@ -44,7 +44,6 @@ namespace llvm { void getAnalysisUsage(AnalysisUsage &AU) const; - /// runOnMachineFunction - pass entry point bool runOnFunction(Function&); void createSSI(SmallVectorImpl &value);