blob: 40f6cce936bd461d040e2e59932b84264fcadaa3 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=systemz
Anton Korobeynikov0676d282009-07-16 13:30:15 +00002define i64 @foo(i64 %a, i64 %b) {
3entry:
4 %c = add i64 %a, 1
5 ret i64 %c
Chris Lattnerd2075582010-04-07 22:53:17 +00006}