From fd5545b789d61ed16178ce2edc871164d5e9caea Mon Sep 17 00:00:00 2001 From: Torok Edwin Date: Wed, 22 Jul 2009 10:49:23 +0000 Subject: [PATCH] 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 --- include/llvm/Transforms/Utils/SSI.h | 1 - 1 file changed, 1 deletion(-) 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); -- 2.34.1