blob: 87ebcc1f0a4f84fe90643a3bb616960bedb31e2f [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=systemz | grep lcr | count 1
Anton Korobeynikovcfca8b12009-07-16 14:06:27 +00002
3define i32 @foo(i32 %a) {
4entry:
5 %c = sub i32 0, %a
6 ret i32 %c
7}
8