summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2009-06-02 03:12:52 +0000
committerDale Johannesen <dalej@apple.com>2009-06-02 03:12:52 +0000
commit5234d3795f3ebacb5800b761ae4c9b6788f49c15 (patch)
treee57afc8e91f7a05979094d6eae91d5687a6969c7 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
parent2d725b19da4a3225d2b01e9cf6e9ddc9641cee5a (diff)
downloadbcm5719-llvm-5234d3795f3ebacb5800b761ae4c9b6788f49c15.tar.gz
bcm5719-llvm-5234d3795f3ebacb5800b761ae4c9b6788f49c15.zip
Revert 72707 and 72709, for the moment.
llvm-svn: 72712
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 279c5cae019..195896ee89d 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -5257,6 +5257,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const {
case ISD::EXTRACT_SUBVECTOR: return "extract_subvector";
case ISD::SCALAR_TO_VECTOR: return "scalar_to_vector";
case ISD::VECTOR_SHUFFLE: return "vector_shuffle";
+ case ISD::CARRY_FALSE: return "carry_false";
case ISD::ADDC: return "addc";
case ISD::ADDE: return "adde";
case ISD::SADDO: return "saddo";
OpenPOWER on IntegriCloud