summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2005-02-14-IllegalAssembler.ll
blob: 1e3a0937d5b1f3d56a4f2402525de9e039509a5e (plain)
1
2
3
4
5
6
; RUN: llc < %s -march=x86 | FileCheck %s

@A = external global i32                ; <i32*> [#uses=1]
@Y = global i32* getelementptr (i32, i32* @A, i32 -1)                ; <i32**> [#uses=0]
; CHECK-NOT: 18446744073709551612

OpenPOWER on IntegriCloud