Remove a comment that was copy+pasted from the wrong place,

there is no MachineFunction here.

llvm-svn: 76734
This commit is contained in:
Torok Edwin 2009-07-22 10:49:23 +00:00
parent 0cf7f5d6d2
commit 23f730ab40
1 changed files with 0 additions and 1 deletions

View File

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