blob: bb5b51d1bbb192ec8ccc768428835d3b47da72b8 [file] [log] [blame]
Dan Gohman3c7d3082009-09-11 18:01:28 +00001; RUN: opt < %s -sccp -S | not grep sub
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattnerba93e2d2008-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
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007}
Tanya Lattnerba93e2d2008-03-19 04:14:49 +00008