blob: 7452c7e3aa0cc9c588e20afe0f1e09945b6b183d [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc
2
3int %test(int %X) {
4 %Y = div int %X, -2
5 ret int %Y
6}