Fix a bug in GVN that Duncan noticed, where we potentially need to insert a
[oota-llvm.git] / test / Assembler / 2003-05-03-BytecodeReaderProblem.llx
1 ; RUN: llvm-as < %s | llvm-dis
2
3 define void @test() {
4         %tmp.123 = trunc i64 0 to i32           ; <i32> [#uses=0]
5         ret void
6 }