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

From-SVN: r164309
This commit is contained in:
Ian Lance Taylor 2010-09-15 14:53:06 +00:00 committed by Ian Lance Taylor
parent de62175286
commit 1f944e8874
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -4336,9 +4336,9 @@
}
else
{
enum ix86_stack_slot slot = (virtuals_instantiated
? SLOT_TEMP
: SLOT_VIRTUAL);
enum ix86_stack_slot slot = (virtuals_instantiated
? SLOT_TEMP
: SLOT_VIRTUAL);
operands[2] = assign_386_stack_local (<MODE>mode, slot);
}
})