repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
When removing a function from the function set and adding it to deferred, we
[llvm.git]
/
test
/
CodeGen
/
CBackend
/
2003-06-01-NullPointerType.ll
blob
048e045b31e61109aa419fcf1df0f414e7d5cddb
1
; RUN: llc < %s -march=c
2
3
%X = type { i32, float }
4
5
define void @test() {
6
getelementptr %X* null, i64 0, i32 1 ; <float*>:1 [#uses=0]
7
ret void
8
}
9