diff options
author | Chris Lattner <sabre@nondot.org> | 2005-12-22 21:16:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-12-22 21:16:08 +0000 |
commit | 177d7af5d514ee5e3a7a87495b8e2818e6f2ce57 (patch) | |
tree | 72b4c3dc7ef7c7ec49eaeacf1ee079d043c336a9 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | 6b0325aa2690a89fc1bb560bce58677ce9674de2 (diff) | |
download | bcm5719-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.cpp | 1 |
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 |