repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.git]
/
test
/
ExecutionEngine
/
hello.ll
blob
3cd29f62a40058734a473a2ec39876bea0711657
1
; RUN: llvm-as %s -f -o %t.bc
2
; RUN: lli %t.bc > /dev/null
3
4
@.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]
5
6
declare i32 @puts(i8*)
7
8
define i32 @main() {
9
%reg210 = call i32 @puts( i8* getelementptr ([12 x i8]* @.LC0, i64 0, i64 0) ) ; <i32> [#uses=0]
10
ret i32 0
11
}
12