commit | 06aaf4c28ad00f87b797faf1a061aefadc5ab811 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Tue Oct 30 20:11:21 2007 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Tue Oct 30 20:11:21 2007 +0000 |
tree | ed95242f5d38036737e20def84d7a5e96a2acd65 | |
parent | 4a8d67e4f120d4834b29e24da3d7c5d0c663d0cd [diff] [blame] |
Typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43511 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index b423d68..140d80a 100644 --- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -2771,7 +2771,7 @@ if (SOp == Trunc) Ops.push_back(ExtLoad); else - Ops.push_back(DAG.getNode(ISD::SIGN_EXTEND, VT, SOp)); + Ops.push_back(DAG.getNode(ISD::ZERO_EXTEND, VT, SOp)); } Ops.push_back(SetCC->getOperand(2)); CombineTo(SetCC, DAG.getNode(ISD::SETCC, SetCC->getValueType(0),