less space; NFC
authorSanjay Patel <spatel@rotateright.com>
Sat, 4 Apr 2015 21:05:52 +0000 (21:05 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sat, 4 Apr 2015 21:05:52 +0000 (21:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234106 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp

index ea83ac53fad0448c8ace1bf47a9e7f3e97413efd..644411706f402831586aadf00d82820fd3cd1655 100644 (file)
@@ -3628,7 +3628,6 @@ SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, EVT VT, SDValue N1,
 
     CSEMap.InsertNode(N, IP);
   } else {
-
     N = GetBinarySDNode(Opcode, DL, VTs, N1, N2, nuw, nsw, exact);
   }