OSDN Git Service

(branch_true): Add comment about T-bit compares.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Jun 1996 00:19:36 +0000 (00:19 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Jun 1996 00:19:36 +0000 (00:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12172 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sh/sh.md

index 2d112ad..a5ec8b7 100644 (file)
 ;; Define the real conditional branch instructions.
 ;; ------------------------------------------------------------------------
 
+;; ??? Branches should compare T-bit against zero not one, so that they will
+;; be in canonical form.  get_condition in loop.c for instance will fail
+;; with these patterns.
+
 (define_insn "branch_true"
   [(set (pc) (if_then_else (eq (reg:SI 18) (const_int 1))
                           (label_ref (match_operand 0 "" ""))