[llvm-commits] [llvm] r76734 - /llvm/trunk/include/llvm/Transforms/Utils/SSI.h
Torok Edwin
edwintorok at gmail.com
Wed Jul 22 03:49:39 PDT 2009
Author: edwin
Date: Wed Jul 22 05:49:23 2009
New Revision: 76734
URL: http://llvm.org/viewvc/llvm-project?rev=76734&view=rev
Log:
Remove a comment that was copy+pasted from the wrong place,
there is no MachineFunction here.
Modified:
llvm/trunk/include/llvm/Transforms/Utils/SSI.h
Modified: llvm/trunk/include/llvm/Transforms/Utils/SSI.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Utils/SSI.h?rev=76734&r1=76733&r2=76734&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/Utils/SSI.h (original)
+++ llvm/trunk/include/llvm/Transforms/Utils/SSI.h Wed Jul 22 05:49:23 2009
@@ -44,7 +44,6 @@
void getAnalysisUsage(AnalysisUsage &AU) const;
- /// runOnMachineFunction - pass entry point
bool runOnFunction(Function&);
void createSSI(SmallVectorImpl<Instruction *> &value);
More information about the llvm-commits
mailing list