blob: 1c4514f36c93418eecb88c5e48acab6c824ce86c [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s -march=systemz
Anton Korobeynikovb9597042009-07-16 13:32:16 +00002
3define i64 @foo(i64 %a, i64 %b) {
4entry:
5 %c = sub i64 %a, %b
6 ret i64 %c
7}