Revert "Replace a big gob of old coalescer logic with the new CoalescerPair class."
[oota-llvm.git] / test / CodeGen / ARM / ret_i128_arg2.ll
1 ; RUN: llc < %s -march=arm -mattr=+vfp2
2
3 define i128 @test_i128(i128 %a1, i128 %a2, i128 %a3) {
4         ret i128 %a3
5 }
6