commit | 96cb1128528a512f1ef9c28ae5e1b78a98dcc505 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Thu Jul 19 00:04:14 2012 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Thu Jul 19 00:04:14 2012 +0000 |
tree | 5f27f3a09526ed56acdfa58e73e1c6714ef641ad | |
parent | 8c51e3995d8b8fd1cd88ef18548be4b8f8e3d6f1 [diff] [blame] |
Remove tabs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160475 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 013e8be..942db7d 100644 --- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -1639,7 +1639,7 @@ if (N1.getOpcode() == ISD::ADD && N0C && N1C1) { SDValue NewC = DAG.getConstant((N0C->getAPIntValue() - N1C1->getAPIntValue()), VT); return DAG.getNode(ISD::SUB, N->getDebugLoc(), VT, NewC, - N1.getOperand(0)); + N1.getOperand(0)); } // fold ((A+(B+or-C))-B) -> A+or-C if (N0.getOpcode() == ISD::ADD &&