summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2005-02-14-IllegalAssembler.ll
blob: 4547bff657e7e5f18c13d73903ce0432e50bf4b1 (plain)
1
2
3
4
5
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep 18446744073709551612

%A = external global int

%Y = global int* getelementptr (int* %A, int -1)