[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelPattern.cpp
Chris Lattner
lattner at cs.uiuc.edu
Thu Dec 22 13:15:53 PST 2005
Changes in directory llvm/lib/Target/IA64:
IA64ISelPattern.cpp updated: 1.70 -> 1.71
---
Log message:
remove dead code
---
Diffs of the changes: (+0 -7)
IA64ISelPattern.cpp | 7 -------
1 files changed, 7 deletions(-)
Index: llvm/lib/Target/IA64/IA64ISelPattern.cpp
diff -u llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.70 llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.71
--- llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.70 Wed Dec 21 14:51:36 2005
+++ llvm/lib/Target/IA64/IA64ISelPattern.cpp Thu Dec 22 15:15:41 2005
@@ -2281,13 +2281,6 @@
return;
}
- case ISD::ImplicitDef: {
- Select(N.getOperand(0));
- BuildMI(BB, IA64::IDEF, 0,
- cast<RegisterSDNode>(N.getOperand(1))->getReg());
- return;
- }
-
case ISD::BRCOND: {
MachineBasicBlock *Dest =
cast<BasicBlockSDNode>(N.getOperand(2))->getBasicBlock();
More information about the llvm-commits
mailing list