Eliminate more uses of llvm-as and llvm-dis.
[oota-llvm.git] / test / CodeGen / ARM / 2007-05-14-InlineAsmCstCrash.ll
1 ; RUN: llc < %s -march=arm -mattr=+v6
2
3 define i32 @test3() {
4         tail call void asm sideeffect "/* number: ${0:c} */", "i"( i32 1 )
5         ret i32 11
6 }