Remove an over-zealous assertion. A pointer type could be illegal if the...
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. llvm-svn: 189299
Loading
Please register or sign in to comment