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