[llvm-mca] Add a -mattr flag
[llvm-core.git] / test / Assembler / 2002-08-15-CastAmbiguity.ll
blob5f952b42b246c06812b41593d21d1d6b12506f70
1 ; RUN: llvm-as %s -o /dev/null
2 ; RUN: verify-uselistorder %s
4 define void @test(i32 %X) {
5         call void @test( i32 6 )
6         ret void