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)
llvm-svn: 234106

llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

index ea83ac5..6444117 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);
   }