[llvm-commits] CVS: llvm/lib/Target/TargetInstrInfo.cpp
Evan Cheng
evan.cheng at apple.com
Wed May 16 17:11:54 PDT 2007
Changes in directory llvm/lib/Target:
TargetInstrInfo.cpp updated: 1.29 -> 1.30
---
Log message:
Remove. Not needed.
---
Diffs of the changes: (+0 -4)
TargetInstrInfo.cpp | 4 ----
1 files changed, 4 deletions(-)
Index: llvm/lib/Target/TargetInstrInfo.cpp
diff -u llvm/lib/Target/TargetInstrInfo.cpp:1.29 llvm/lib/Target/TargetInstrInfo.cpp:1.30
--- llvm/lib/Target/TargetInstrInfo.cpp:1.29 Wed May 16 18:53:44 2007
+++ llvm/lib/Target/TargetInstrInfo.cpp Wed May 16 19:11:35 2007
@@ -84,7 +84,3 @@
}
return MadeChange;
}
-
-unsigned TargetInstrInfo::getBlockSize(MachineBasicBlock *MBB) const {
- return (unsigned)std::distance(MBB->begin(), MBB->end());
-}
More information about the llvm-commits
mailing list