summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2002-08-15-CastAmbiguity.ll
blob: a99bc9ac50db372f3f6089b74e912763c1ba1ed5 (plain)
1
2
3
4
5
6
7
; RUN: llvm-as %s -o /dev/null
; RUN: verify-uselistorder %s -preserve-bc-use-list-order

define void @test(i32 %X) {
        call void @test( i32 6 )
        ret void
}
OpenPOWER on IntegriCloud