forked from OSchip/llvm-project
Remove a comment that was copy+pasted from the wrong place,
there is no MachineFunction here. llvm-svn: 76734
This commit is contained in:
parent
0cf7f5d6d2
commit
23f730ab40
|
@ -44,7 +44,6 @@ namespace llvm {
|
|||
|
||||
void getAnalysisUsage(AnalysisUsage &AU) const;
|
||||
|
||||
/// runOnMachineFunction - pass entry point
|
||||
bool runOnFunction(Function&);
|
||||
|
||||
void createSSI(SmallVectorImpl<Instruction *> &value);
|
||||
|
|
Loading…
Reference in New Issue