Remove comparison methods for MVT. The main cause
[oota-llvm.git] / test / Analysis / Andersens / 2007-11-19-InlineAsm.ll
1 ; RUN: llvm-as < %s | opt -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