Commit 96d3e8f1 by Charles Hannum

*** empty log message ***

From-SVN: r476
parent 5887a3c6
...@@ -268,8 +268,6 @@ ...@@ -268,8 +268,6 @@
negate_rtx (SImode, operands[2]))); negate_rtx (SImode, operands[2])));
DONE; DONE;
} }
else
operands[2] = force_reg (SImode, operands[2]);
}") }")
;; For SMIN, SMAX, UMIN, and UMAX, we use DEFINE_EXPAND's that involve a doz[i] ;; For SMIN, SMAX, UMIN, and UMAX, we use DEFINE_EXPAND's that involve a doz[i]
...@@ -2779,7 +2777,7 @@ ...@@ -2779,7 +2777,7 @@
;; Next come insns related to the calling sequence. ;; Next come insns related to the calling sequence.
;; ;;
;; First, an insn to allocate new stack space for dynamic use (e.g., alloca). ;; First, an insn to allocate new stack space for dynamic use (e.g., alloca).
;; We move the back-chain and decremement the stack pointer. This is slightly ;; We move the back-chain and decrement the stack pointer. This is slightly
;; less efficient than it needs to be for long constants, but that case ;; less efficient than it needs to be for long constants, but that case
;; should be rare. ;; should be rare.
......
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