aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/mips.md
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@linaro.org>2017-05-04 11:00:48 +0000
committerRichard Sandiford <richard.sandiford@linaro.org>2017-05-04 11:00:48 +0000
commitd25c90299a379b1a226d6d417b4ccea609df2081 (patch)
treef4e7c3dd6e6d3efb625ad3d6167f7013e0033585 /gcc/config/mips/mips.md
parent8716870b176dd4fb8ddfa96abac2b728e4f4e4c8 (diff)
Remove bogus top-level ChangeLog commit (sorry!)
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@247587 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/mips.md')
-rw-r--r--gcc/config/mips/mips.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md
index 28e0a444ba9..8efc48c2487 100644
--- a/gcc/config/mips/mips.md
+++ b/gcc/config/mips/mips.md
@@ -3306,7 +3306,12 @@
switch (which_alternative)
{
case 0:
+ fprintf (stderr, "-----\n");
+ fprintf (stderr, "%d %d %d\n", satisfies_constraint_W (operands[1]), memory_operand (operands[1], SImode), stack_operand (operands[1], SImode));
+ debug_rtx (operands[1]);
+ /*
operands[1] = gen_lowpart (QImode, operands[1]);
+ */
return "lbu\t%0,%1";
case 1:
operands[1] = gen_lowpart (HImode, operands[1]);