blob: 5cd57eaddaa8f4b764883509cbc545daa4204b06 [file] [log] [blame]
Tanya Lattner5429dbf2008-02-14 07:57:12 +00001; RUN: llvm-as < %s | llvm-dis
Duncan P. N. Exon Smithc8eccd12014-08-19 21:08:27 +00002; RUN: verify-uselistorder %s
Chris Lattnere824c982003-05-03 18:55:29 +00003
Tanya Lattner5429dbf2008-02-14 07:57:12 +00004define void @test() {
5 %tmp.123 = trunc i64 0 to i32 ; <i32> [#uses=0]
6 ret void
Chris Lattnere824c982003-05-03 18:55:29 +00007}