[llvm-commits] CVS: reopt/include/reopt/MappingInfo.h
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Oct 15 12:37:12 PDT 2004
Changes in directory reopt/include/reopt:
MappingInfo.h updated: 1.12 -> 1.13
---
Log message:
getLLVMInstrPositionInfo has left the building
---
Diffs of the changes: (+0 -6)
Index: reopt/include/reopt/MappingInfo.h
diff -u reopt/include/reopt/MappingInfo.h:1.12 reopt/include/reopt/MappingInfo.h:1.13
--- reopt/include/reopt/MappingInfo.h:1.12 Fri Sep 24 16:22:38 2004
+++ reopt/include/reopt/MappingInfo.h Fri Oct 15 14:37:02 2004
@@ -26,12 +26,6 @@
///
unsigned getLLVMFunctionPositionInfo (Function *F);
-/// getLLVMInstrPositionInfo - Look up the given Instruction in the
-/// LLVM-to-MI map for the Function that contains it, and return the
-/// vector of integers (?) that represents it.
-///
-std::vector<unsigned> getLLVMInstrPositionInfo (Instruction *LI);
-
/// getBasicBlockInfo(BasicBlock *) - Find the given BasicBlock in the
/// forward basic block map, and return the pair of 64-bit addresses
/// that corresponds to that basic block's starting and ending address
More information about the llvm-commits
mailing list