]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/i386/i386.md
i386.c (ix86_lea_outperforms): Fix formatting.
[thirdparty/gcc.git] / gcc / config / i386 / i386.md
index a9b4dae43d8f1cfe18cd79c4a83a304d2291ff09..018678dc850292d761d7039dff6728b12cfa356d 100644 (file)
 ;; It's more profitable to split and then extend in the same register.
 (define_peephole2
   [(set (match_operand:DF 0 "register_operand")
-        (float_extend:DF
-          (match_operand:SF 1 "memory_operand")))]
+       (float_extend:DF
+         (match_operand:SF 1 "memory_operand")))]
   "TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS
    && optimize_insn_for_speed_p ()
    && SSE_REG_P (operands[0])"
 ;; It's more profitable to split and then extend in the same register.
 (define_peephole2
   [(set (match_operand:SF 0 "register_operand")
-        (float_truncate:SF
-          (match_operand:DF 1 "memory_operand")))]
+       (float_truncate:SF
+         (match_operand:DF 1 "memory_operand")))]
   "TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS
    && optimize_insn_for_speed_p ()
    && SSE_REG_P (operands[0])"