summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-12-22 21:16:08 +0000
committerChris Lattner <sabre@nondot.org>2005-12-22 21:16:08 +0000
commit177d7af5d514ee5e3a7a87495b8e2818e6f2ce57 (patch)
tree72b4c3dc7ef7c7ec49eaeacf1ee079d043c336a9 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
parent6b0325aa2690a89fc1bb560bce58677ce9674de2 (diff)
downloadbcm5719-llvm-177d7af5d514ee5e3a7a87495b8e2818e6f2ce57.tar.gz
bcm5719-llvm-177d7af5d514ee5e3a7a87495b8e2818e6f2ce57.zip
remove dead code
llvm-svn: 24965
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 3438863c903..c17937d05eb 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -1874,7 +1874,6 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const {
case ISD::TargetConstantPool: return "TargetConstantPool";
case ISD::CopyToReg: return "CopyToReg";
case ISD::CopyFromReg: return "CopyFromReg";
- case ISD::ImplicitDef: return "ImplicitDef";
case ISD::UNDEF: return "undef";
// Unary operators
OpenPOWER on IntegriCloud