summaryrefslogtreecommitdiff
path: root/gcc/reorg.c
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2012-12-02 00:06:30 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2012-12-02 00:06:30 +0000
commit5ff3bbb584f73085e26e9e8c27b86432673b455b (patch)
treef90c19b83c9a8d920178e414a27dc82ce6756fac /gcc/reorg.c
parent2a7a26525ad21cb3c4880e5e40cc44e439d78f3e (diff)
downloadgcc-5ff3bbb584f73085e26e9e8c27b86432673b455b.tar.gz
* reorg.c: Remove an obsolete comment.
* config/pa/pa.md: Add back the HP-PA comment here, with details. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194039 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r--gcc/reorg.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c
index cce5cf57472..612c9cae93b 100644
--- a/gcc/reorg.c
+++ b/gcc/reorg.c
@@ -100,16 +100,7 @@ along with GCC; see the file COPYING3. If not see
delay slot. In that case, we point each insn at the other with REG_CC_USER
and REG_CC_SETTER notes. Note that these restrictions affect very few
machines because most RISC machines with delay slots will not use CC0
- (the RT is the only known exception at this point).
-
- Not yet implemented:
-
- The Acorn Risc Machine can conditionally execute most insns, so
- it is profitable to move single insns into a position to execute
- based on the condition code of the previous insn.
-
- The HP-PA can conditionally nullify insns, providing a similar
- effect to the ARM, differing mostly in which insn is "in charge". */
+ (the RT is the only known exception at this point). */
#include "config.h"
#include "system.h"