blob: e6a181170e92483e145ff3a7fc52c47e6b604750 [file] [log] [blame]
Dan Gohman3e054fe2009-09-08 22:34:10 +00001; RUN: opt %s -sccp -S | 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