[llvm-commits] CVS: llvm/include/llvm/Target/TargetInstrInfo.h
Evan Cheng
evan.cheng at apple.com
Wed May 16 17:11:16 PDT 2007
Changes in directory llvm/include/llvm/Target:
TargetInstrInfo.h updated: 1.120 -> 1.121
---
Log message:
Remove. Not needed.
---
Diffs of the changes: (+0 -5)
TargetInstrInfo.h | 5 -----
1 files changed, 5 deletions(-)
Index: llvm/include/llvm/Target/TargetInstrInfo.h
diff -u llvm/include/llvm/Target/TargetInstrInfo.h:1.120 llvm/include/llvm/Target/TargetInstrInfo.h:1.121
--- llvm/include/llvm/Target/TargetInstrInfo.h:1.120 Wed May 16 18:44:08 2007
+++ llvm/include/llvm/Target/TargetInstrInfo.h Wed May 16 19:10:58 2007
@@ -394,11 +394,6 @@
virtual bool PredicateInstruction(MachineInstr *MI,
std::vector<MachineOperand> &Cond) const;
- /// getBlockSize - Calculate the size of the specified MachineBasicBlock.
- /// Note the result may not be 100% accurate especially if there are inline
- /// asm's in the block.
- virtual unsigned getBlockSize(MachineBasicBlock *MBB) const;
-
/// getPointerRegClass - Returns a TargetRegisterClass used for pointer
/// values.
virtual const TargetRegisterClass *getPointerRegClass() const {
More information about the llvm-commits
mailing list