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
blob5ba34997e93d6e1d8436a112ec9dfa25307935e3
1 ; RUN: opt < %s -anders-aa -disable-output
3 define void @x(i16 %Y) {
4 entry:
5   %tmp = call i16 asm "bswap $0", "=r,r"(i16 %Y)
6   ret void