summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2009-07-22 10:49:23 +0000
committerTorok Edwin <edwintorok@gmail.com>2009-07-22 10:49:23 +0000
commit23f730ab40b6890ade2badeace39a11c54c84d86 (patch)
tree3013bf565841daa0355f217c4af0fc08087220c3
parent0cf7f5d6d2d0a6d5c21b98eca50fa1fd96c8e10c (diff)
downloadbcm5719-llvm-23f730ab40b6890ade2badeace39a11c54c84d86.tar.gz
bcm5719-llvm-23f730ab40b6890ade2badeace39a11c54c84d86.zip
Remove a comment that was copy+pasted from the wrong place,
there is no MachineFunction here. llvm-svn: 76734
-rw-r--r--llvm/include/llvm/Transforms/Utils/SSI.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/Utils/SSI.h b/llvm/include/llvm/Transforms/Utils/SSI.h
index 59dd6d026ce..a18930fe0d8 100644
--- a/llvm/include/llvm/Transforms/Utils/SSI.h
+++ b/llvm/include/llvm/Transforms/Utils/SSI.h
@@ -44,7 +44,6 @@ namespace llvm {
void getAnalysisUsage(AnalysisUsage &AU) const;
- /// runOnMachineFunction - pass entry point
bool runOnFunction(Function&);
void createSSI(SmallVectorImpl<Instruction *> &value);
OpenPOWER on IntegriCloud