blob: 98e1861365fd6be7e0f41022bc38aff37ea18299 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=systemz
Anton Korobeynikovbdc90812009-07-16 13:32:16 +00002
3define i64 @foo(i64 %a, i64 %b) {
4entry:
5 %c = sub i64 %a, %b
6 ret i64 %c
Chris Lattnerd2075582010-04-07 22:53:17 +00007}