Make CALL node consistent with RET node. Signness of value has type MVT::i32
authorEvan Cheng <evan.cheng@apple.com>
Fri, 26 May 2006 23:13:20 +0000 (23:13 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 26 May 2006 23:13:20 +0000 (23:13 +0000)
commitd61c4820c9e39500a67bec4d6cfe521a833afdcc
treea33550d65792c35eb28a132cec2add2a36101b1b
parent6848be1a27e08a89dcd4dd69f746471a608012cd
Make CALL node consistent with RET node. Signness of value has type MVT::i32
instead of MVT::i1. Either is fine except MVT::i32 is probably a legal type
for most (if not all) platforms while MVT::i1 is not.

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