Fix this warning:
authorChris Lattner <sabre@nondot.org>
Mon, 9 Jul 2007 16:16:34 +0000 (16:16 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 9 Jul 2007 16:16:34 +0000 (16:16 +0000)
commite094f54f4cb6cb899252b66d328aa167013c982d
treeaf089e2ac3e70c7538978fb6425fdc983c516740
parent9a6ae965d69b131d692de8fc69545b6c7aaea0b2
Fix this warning:

DAGCombiner.cpp: In member function 'llvm::SDOperand<unnamed>::DAGCombiner::visitOR(llvm::SDNode*)':
DAGCombiner.cpp:1608: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDOperand llvm::SelectionDAG::getConstant(uint64_t, llvm::MVT::ValueType, bool)'

oiy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38458 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp