mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 04:16:42 +00:00
A testcase that LLC produces illegal asm on for Prolangs-C/cdecl now.
llvm-svn: 20182
This commit is contained in:
parent
0a61115d67
commit
2dc8d8c026
@ -0,0 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc | not grep 18446744073709551612
|
||||
|
||||
%A = external global int
|
||||
|
||||
%Y = global int* getelementptr (int* %A, int -1)
|
Loading…
x
Reference in New Issue
Block a user