repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
zpu: generate slightly more zpu like code
[llvm/zpu.git]
/
test
/
Transforms
/
FunctionAttrs
/
2008-09-03-Mutual.ll
blob
b0aecfa56f74ec0844a28c851a2c42036004e8e8
1
; RUN: opt < %s -functionattrs -S | grep readnone
2
3
define i32 @a() {
4
%tmp = call i32 @b( ) ; <i32> [#uses=1]
5
ret i32 %tmp
6
}
7
8
define i32 @b() {
9
%tmp = call i32 @a( ) ; <i32> [#uses=1]
10
ret i32 %tmp
11
}