OSDN Git Service

gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Sep 2011 18:14:00 +0000 (18:14 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Sep 2011 18:14:00 +0000 (18:14 +0000)
* config/mn10300/mn10300.md: Use match_test rather than eq/ne
symbol_ref throughout file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178824 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mn10300/mn10300.md

index 03a32e8..2bc53d1 100644 (file)
@@ -1,5 +1,10 @@
 2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
 
+       * config/mn10300/mn10300.md: Use match_test rather than eq/ne
+       symbol_ref throughout file.
+
+2011-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
+
        * config/m68k/m68k.md: Use match_test rather than eq/ne symbol_ref
        throughout file.
 
index e43d0ed..91378a7 100644 (file)
          (const_int 1)
 
          (and (eq_attr "isa" "am33")
-             (ne (symbol_ref "TARGET_AM33") (const_int 0)))
+             (match_test "TARGET_AM33"))
          (const_int 1)
 
          (and (eq_attr "isa" "am33_2")
-             (ne (symbol_ref "TARGET_AM33_2") (const_int 0)))
+             (match_test "TARGET_AM33_2"))
          (const_int 1)
         
          (and (eq_attr "isa" "am34")
-             (ne (symbol_ref "TARGET_AM34") (const_int 0)))
+             (match_test "TARGET_AM34"))
          (const_int 1)
        ]
        (const_int 0))