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