make sure this test tests the intended target.
[oota-llvm.git] / test / CodeGen / X86 / 2005-02-14-IllegalAssembler.ll
1 ; RUN: llvm-as < %s | llc -march=x86 | not grep 18446744073709551612
2
3 %A = external global int
4
5 %Y = global int* getelementptr (int* %A, int -1)