Remove a comment that was copy+pasted from the wrong place,
authorTorok Edwin <edwintorok@gmail.com>
Wed, 22 Jul 2009 10:49:23 +0000 (10:49 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Wed, 22 Jul 2009 10:49:23 +0000 (10:49 +0000)
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

index 59dd6d026ce57b30386a1b347d7e66e9be875dca..a18930fe0d86884d04357b66d1713ce4e5820ae1 100644 (file)
@@ -44,7 +44,6 @@ namespace llvm {
 
       void getAnalysisUsage(AnalysisUsage &AU) const;
 
-      /// runOnMachineFunction - pass entry point
       bool runOnFunction(Function&);
 
       void createSSI(SmallVectorImpl<Instruction *> &value);