blob: 3f243d1805baacb42541c50fc76331a6527b4a22 [file] [log] [blame]
Andrew Lenharthd29f4892008-10-07 02:30:13 +00001;test for ADDC and ADDE expansion
2;
3; RUN: llvm-as < %s | llc -march=alpha -o %t.s -f
4; XFAIL: *
5
6define i128 @add128(i128 %x, i128 %y) {
7entry:
8 %tmp = add i128 %y, %x
9 ret i128 %tmp
10}