blob: fd4083d1374c8aea8a0be3845b6468d651606387 [file] [log] [blame]
Tanya Lattnerf396cc82008-03-19 04:14:49 +00001; RUN: llvm-as < %s | opt -sccp | llvm-dis | not grep sub
Chris Lattnerf36c34f2002-05-02 20:18:37 +00002
Tanya Lattnerf396cc82008-03-19 04:14:49 +00003define void @test3(i32, i32) {
4 add i32 0, 0 ; <i32>:3 [#uses=0]
5 sub i32 0, 4 ; <i32>:4 [#uses=0]
6 ret void
Chris Lattner50e86822003-06-28 23:23:34 +00007}
Tanya Lattnerf396cc82008-03-19 04:14:49 +00008