aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2003-05-03-BytecodeReaderProblem.ll
blob: 5cd57eaddaa8f4b764883509cbc545daa4204b06 (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | llvm-dis
; RUN: verify-uselistorder %s

define void @test() {
        %tmp.123 = trunc i64 0 to i32           ; <i32> [#uses=0]
        ret void
}