OSDN Git Service

Remove an over-zealous assertion. A pointer type could be illegal if the target...
authorOwen Anderson <resistor@mac.com>
Tue, 27 Aug 2013 00:28:23 +0000 (00:28 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 27 Aug 2013 00:28:23 +0000 (00:28 +0000)
commit15cfa585eb86328bb626d0375e1b71873a83beb9
treea8278a302e2c54f7f1abfc5d666ae494f81fcb5c
parente3427a5815ca3993584af6db28524f0c424b749e
Remove an over-zealous assertion.  A pointer type could be illegal if the target is prepared to custom-legalize pointer operands.  This assertion was evaluated before the target would have a chance to do so, making it impossible.

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