diff options
author | Chris Lattner <sabre@nondot.org> | 2006-04-02 02:51:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-04-02 02:51:27 +0000 |
commit | 1c22728787a06849dc0276857066eac8bf402414 (patch) | |
tree | 4ab6a557322ef02546c3624a3ab967ca0b29e31a /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | 1985e1cbb8f3db090a6ff83e71159dce501217e0 (diff) | |
download | bcm5719-llvm-1c22728787a06849dc0276857066eac8bf402414.tar.gz bcm5719-llvm-1c22728787a06849dc0276857066eac8bf402414.zip |
These entries already exist
llvm-svn: 27340
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 9389ca32bf9..6eb6570467f 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -2749,10 +2749,6 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const { case ISD::VADD: return "vadd"; case ISD::VSUB: return "vsub"; case ISD::VMUL: return "vmul"; - - case ISD::VADD: return "vadd"; - case ISD::VSUB: return "vsub"; - case ISD::VMUL: return "vmul"; case ISD::VSDIV: return "vsdiv"; case ISD::VUDIV: return "vudiv"; case ISD::VAND: return "vand"; |