projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Invalidate liveness in ARMConstantIslandPass.
[oota-llvm.git]
/
test
/
ExecutionEngine
/
hello.ll
1
; RUN: %lli %s > /dev/null
2
; XFAIL: arm
3
; XFAIL: mcjit
4
5
@.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]
6
7
declare i32 @puts(i8*)
8
9
define i32 @main() {
10
%reg210 = call i32 @puts( i8* getelementptr ([12 x i8]* @.LC0, i64 0, i64 0) ) ; <i32> [#uses=0]
11
ret i32 0
12
}
13