projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97d2333
)
These entries already exist
author
Chris Lattner
<sabre@nondot.org>
Sun, 2 Apr 2006 02:51:27 +0000
(
02:51
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 2 Apr 2006 02:51:27 +0000
(
02:51
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27340
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 9389ca32bf996a91c12a323a83572be3dab5e11a..6eb6570467fa9721af1636c6c305d9cdae359832 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@
-2746,10
+2746,6
@@
const char *SDNode::getOperationName(const SelectionDAG *G) const {
case ISD::FDIV: return "fdiv";
case ISD::FREM: return "frem";
case ISD::FCOPYSIGN: return "fcopysign";
- 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";