A testcase that LLC produces illegal asm on for Prolangs-C/cdecl now.
[oota-llvm.git] / test / CodeGen / X86 / 2005-02-14-IllegalAssembler.ll
1 ; RUN: llvm-as < %s | llc | not grep 18446744073709551612
2
3 %A = external global int
4
5 %Y = global int* getelementptr (int* %A, int -1)