1; RUN: llc < %s -march=systemz 2define i64 @foo(i64 %a, i64 %b) { 3entry: 4 %c = add i64 %a, 1 5 ret i64 %c 6} 7