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
Implement bswap
[llvm/msp430.git]
/
test
/
Other
/
2008-02-14-PassManager.ll
blob
985e1908ef08476ca6ed531565520a5be6b4759c
1
; RUN: llvm-as < %s | opt -loop-unroll -loop-rotate -simplifycfg -disable-output
2
; PR 2028
3
define i32 @test1() {
4
ret i32 0;
5
}