aboutsummaryrefslogtreecommitdiff
path: root/include
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
commitfd5545b789d61ed16178ce2edc871164d5e9caea (patch)
tree29414ecb7b9ab14b4c33d41aee927af5ed96263b /include
parented4b2dc313cc398844c7bacf7a6a5995f13b1ae3 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Transforms/Utils/SSI.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Utils/SSI.h b/include/llvm/Transforms/Utils/SSI.h
index 59dd6d026c..a18930fe0d 100644
--- a/include/llvm/Transforms/Utils/SSI.h
+++ b/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);