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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20182 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-02-14 21:31:41 +00:00
parent 8a7980b5ea
commit eb28797506

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)