blob: d26404bfe024be4ecbdf4e6ca967caafeba1eacc [file] [log] [blame]
Andrew Lenharth40d51392008-10-07 14:15:42 +00001;test for SUBC and SUBE expansion
2;
Dan Gohmanfce288f2009-09-09 00:09:15 +00003; RUN: llc < %s -march=alpha
Andrew Lenharth40d51392008-10-07 14:15:42 +00004
5define i128 @sub128(i128 %x, i128 %y) {
6entry:
7 %tmp = sub i128 %y, %x
8 ret i128 %tmp
9}