Index: gcc/gcc/config/spu/spu-builtins.md |
diff --git a/gcc/gcc/config/spu/spu-builtins.md b/gcc/gcc/config/spu/spu-builtins.md |
index 8c1157a3b65d0d84670eed48d4546220e350f48a..ac3a333610674e35f7055b59896cfee5c8173f2d 100644 |
--- a/gcc/gcc/config/spu/spu-builtins.md |
+++ b/gcc/gcc/config/spu/spu-builtins.md |
@@ -579,7 +579,7 @@ |
emit_insn (gen_mulv4sf3 (mul, operands[1], exp2)); |
emit_insn (gen_fix_truncv4sfv4si2 (operands[0], mul)); |
} |
- else |
+ else |
emit_insn (gen_fix_truncv4sfv4si2_mul (operands[0], operands[1], exp2)); |
DONE; |
}) |
@@ -636,7 +636,7 @@ |
emit_insn (gen_mulv4sf3 (mul, operands[1], exp2)); |
emit_insn (gen_fixuns_truncv4sfv4si2 (operands[0], mul)); |
} |
- else |
+ else |
emit_insn (gen_fixuns_truncv4sfv4si2_mul (operands[0], operands[1], exp2)); |
DONE; |
}) |