1; RUN: llc < %s -march=systemz | grep lcr | count 1 2 3define i32 @foo(i32 %a) { 4entry: 5 %c = sub i32 0, %a 6 ret i32 %c 7} 8 9