aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/SelectionDAG/DAGCombiner.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/DAGCombiner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index 7074c5980e..13eede7424 100644
--- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -5174,7 +5174,7 @@ SDValue DAGCombiner::visitSADDO(SDNode *N) {
}
SDValue DAGCombiner::visitUADDO(SDNode *N) {
- return SDValue();
+ return visitSADDO(N);
}
/// XformToShuffleWithZero - Returns a vector_shuffle if it able to transform