mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 02:06:07 +00:00

Some tests are removed because the error conditions can no longer occur with opaque pointers.
5 lines
132 B
LLVM
5 lines
132 B
LLVM
; PR1117
|
|
; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "invalid cast opcode for cast from"
|
|
|
|
@X = constant ptr trunc (i64 0 to ptr)
|