Restore previous behavior of defaulting to ZEXT. This works around two
authorReid Spencer <rspencer@reidspencer.com>
Wed, 3 Jan 2007 05:03:05 +0000 (05:03 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 3 Jan 2007 05:03:05 +0000 (05:03 +0000)
commit376dd212f9142cd0f0b03e0b6296b2df7208bb9a
tree88da98d9f74d0365218ab54fec66f9e601640d2e
parent8c57dfb1aea24132bd5b58c4ed4893ea967ba131
Restore previous behavior of defaulting to ZEXT. This works around two
things: (1) preventing PR1071 and (2) working around missing parameter
attributes for bool type. (2) will be fixed shortly. When PR1071 is fixed,
this patch should be undone.

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