repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
2005-02-14-IllegalAssembler.ll
blob
b913fc34a526d6e2331ba7bb6aeb403f448c0bb4
1
; RUN: llc < %s -mtriple=i686-- | FileCheck %s
2
3
@A = external global i32 ; <ptr> [#uses=1]
4
@Y = global ptr getelementptr (i32, ptr @A, i32 -1) ; <ptr> [#uses=0]
5
; CHECK-NOT: 18446744073709551612
6