Split the Add, Sub, and Mul instruction opcodes into separate
[oota-llvm.git] / test / CodeGen / X86 / 2008-11-03-F80VAARG.ll
index bb9fbdba4aecf65d85ccf1ac52ee698e0dfe0014..36a054a3e6f8e2a9b2af8facc58f1f0ee40725c2 100644 (file)
@@ -12,6 +12,6 @@ define x86_fp80 @test(...) nounwind {
        call void @llvm.va_start(i8* %v1)
        %t1 = va_arg i8** %ap, x86_fp80         ; <x86_fp80> [#uses=1]
        %t2 = va_arg i8** %ap, x86_fp80         ; <x86_fp80> [#uses=1]
-       %t = add x86_fp80 %t1, %t2              ; <x86_fp80> [#uses=1]
+       %t = fadd x86_fp80 %t1, %t2             ; <x86_fp80> [#uses=1]
        ret x86_fp80 %t
 }