forked from OSchip/llvm-project
parent
e58f7408d0
commit
47925f2e6c
|
@ -0,0 +1,5 @@
|
|||
; RUN: llvm-as < %s | llc -march=x86 | grep 4294967240
|
||||
; PR853
|
||||
|
||||
%X = global int* cast (ulong 18446744073709551560 to int*)
|
||||
|
Loading…
Reference in New Issue