(branch_true): Add comment about T-bit compares.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 6 Jun 1996 00:19:36 +0000 (17:19 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 6 Jun 1996 00:19:36 +0000 (17:19 -0700)
From-SVN: r12172

gcc/config/sh/sh.md

index 2d112adb03f95425027f7c5fe84bcd5e8f0a34e8..a5ec8b769efe4616b66c1ad43478980082ae220b 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 "" ""))