less space; NFC

llvm-svn: 234106
This commit is contained in:
Sanjay Patel 2015-04-04 21:05:52 +00:00
parent 3ceaceb26a
commit 59f60a91b8
1 changed files with 0 additions and 1 deletions

View 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);
}