mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-02 09:01:37 +00:00
c33660d278
XFAILed 3 arm regressions (will file bugs) llvm-svn: 44389
5 lines
133 B
LLVM
5 lines
133 B
LLVM
; PR1117
|
|
; RUN: not llvm-as < %s -o /dev/null -f |& grep {invalid cast opcode for cast from}
|
|
|
|
@X = constant i8* trunc (i64 0 to i8*)
|