Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1154)

Unified Diff: gcc/gcc/config/spu/spu-builtins.md

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/config/spu/spu.h ('k') | gcc/gcc/config/spu/spu-elf.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
})
« no previous file with comments | « gcc/gcc/config/spu/spu.h ('k') | gcc/gcc/config/spu/spu-elf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698