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