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.

llvm-svn: 76734

llvm/include/llvm/Transforms/Utils/SSI.h

index 59dd6d0..a18930f 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);