repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Demangle] Add a few more options to the microsoft demangler
[llvm-complete.git]
/
test
/
CodeGen
/
X86
/
2005-02-14-IllegalAssembler.ll
blob
16fea863b494ac2670a7c73a957cbc459f6b3780
1
; RUN: llc < %s -mtriple=i686-- | FileCheck %s
2
3
@A = external global i32 ; <i32*> [#uses=1]
4
@Y = global i32* getelementptr (i32, i32* @A, i32 -1) ; <i32**> [#uses=0]
5
; CHECK-NOT: 18446744073709551612
6