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
This commit is contained in:
Torok Edwin 2009-07-22 10:49:23 +00:00
parent ed4b2dc313
commit fd5545b789

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);