diff options
author | Torok Edwin <edwintorok@gmail.com> | 2009-07-22 10:49:23 +0000 |
---|---|---|
committer | Torok Edwin <edwintorok@gmail.com> | 2009-07-22 10:49:23 +0000 |
commit | fd5545b789d61ed16178ce2edc871164d5e9caea (patch) | |
tree | 29414ecb7b9ab14b4c33d41aee927af5ed96263b /include | |
parent | ed4b2dc313cc398844c7bacf7a6a5995f13b1ae3 (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.h | 1 |
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); |