A testcase that LLC produces illegal asm on for Prolangs-C/cdecl now.

llvm-svn: 20182
This commit is contained in:
Chris Lattner 2005-02-14 21:31:41 +00:00
parent 0a61115d67
commit 2dc8d8c026

View File

@ -0,0 +1,5 @@
; RUN: llvm-as < %s | llc | not grep 18446744073709551612
%A = external global int
%Y = global int* getelementptr (int* %A, int -1)