blob: 246cd033e27981c7bcb31494217ce1a4a22fd11a [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00003define i32 @test(i32 %X) {
4 %Y = sdiv i32 %X, -2 ; <i32> [#uses=1]
5 ret i32 %Y
Dan Gohmanf17a25c2007-07-18 16:29:46 +00006}
Tanya Lattnerf28e0ce2008-02-19 01:41:04 +00007