Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/vax Fix tpyo.
details: https://anonhg.NetBSD.org/src/rev/f6928840b88e
branches: trunk
changeset: 796453:f6928840b88e
user: matt <matt%NetBSD.org@localhost>
date: Tue Jun 03 22:31:48 2014 +0000
description:
Fix tpyo.
diffstat:
external/gpl3/gcc/dist/gcc/config/vax/vax.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r f700d56e433a -r f6928840b88e external/gpl3/gcc/dist/gcc/config/vax/vax.c
--- a/external/gpl3/gcc/dist/gcc/config/vax/vax.c Tue Jun 03 22:22:41 2014 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/vax/vax.c Tue Jun 03 22:31:48 2014 +0000
@@ -1292,7 +1292,7 @@
if (operands[1] == const0_rtx)
{
- if (push_operand (operands[1], SImode))
+ if (push_operand (operands[0], SImode))
return "pushl %1";
return "clrl %0";
}
Home |
Main Index |
Thread Index |
Old Index