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 31f3382b3b
commit 3d2881066b
1 changed files with 5 additions and 0 deletions

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)