Allow target constants to be illegal types. The target should
authorChris Lattner <sabre@nondot.org>
Sat, 25 Aug 2007 01:00:22 +0000 (01:00 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 25 Aug 2007 01:00:22 +0000 (01:00 +0000)
commit09ec1b058331aadb29a348091611d23892b5c492
tree32ae21f29093e209c4e27beb852b1f31b201f666
parent4a69da9cb01bae8f90c444722afa51f15d067ea4
Allow target constants to be illegal types.  The target should
know how to handle them.  This fixes
test/CodeGen/Generic/asm-large-immediate.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41388 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
test/CodeGen/Generic/asm-large-immediate.ll [new file with mode: 0644]