Commit 1f944e88 by Ian Lance Taylor Committed by Ian Lance Taylor

* config/i386/i386.md (truncxf<mode>2): Fix indentation.

From-SVN: r164309
parent de621752
2010-09-15 Ian Lance Taylor <iant@google.com> 2010-09-15 Ian Lance Taylor <iant@google.com>
* config/i386/i386.md (truncxf<mode>2): Fix indentation.
2010-09-15 Ian Lance Taylor <iant@google.com>
* function.c (get_arg_pointer_save_area): Set * function.c (get_arg_pointer_save_area): Set
arg_pointer_save_area_init to true. arg_pointer_save_area_init to true.
......
...@@ -4336,9 +4336,9 @@ ...@@ -4336,9 +4336,9 @@
} }
else else
{ {
enum ix86_stack_slot slot = (virtuals_instantiated enum ix86_stack_slot slot = (virtuals_instantiated
? SLOT_TEMP ? SLOT_TEMP
: SLOT_VIRTUAL); : SLOT_VIRTUAL);
operands[2] = assign_386_stack_local (<MODE>mode, slot); operands[2] = assign_386_stack_local (<MODE>mode, slot);
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment