repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git]
/
test
/
Analysis
/
Andersens
/
2007-11-19-InlineAsm.ll
blob
5ba34997e93d6e1d8436a112ec9dfa25307935e3
1
; RUN: opt < %s -anders-aa -disable-output
2
3
define void @x(i16 %Y) {
4
entry:
5
%tmp = call i16 asm "bswap $0", "=r,r"(i16 %Y)
6
ret void
7
}
8