]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/gcc-tumbl.git/commitdiff
* config/alpha/sync.md (fetchop_name): Change ior attribute to "or".
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Apr 2012 15:08:55 +0000 (15:08 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Apr 2012 15:08:55 +0000 (15:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@186573 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/alpha/sync.md

index b06ba3621ab3d008eca9f931cb8637cb8ea3a899..8679687a98d8d74c8dbf47c358f44d4af7616aa9 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-18  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/alpha/sync.md (fetchop_name): Change ior attribute to "or".
+
 2012-04-17  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/53020
index 90f6c5cd8d4c7513545107f1f03e561ec54faa7d..bde99c456cfe49eed62c2fd8aeb7d69168015989 100644 (file)
@@ -19,7 +19,7 @@
 
 (define_code_iterator FETCHOP [plus minus ior xor and])
 (define_code_attr fetchop_name
-  [(plus "add") (minus "sub") (ior "ior") (xor "xor") (and "and")])
+  [(plus "add") (minus "sub") (ior "or") (xor "xor") (and "and")])
 (define_code_attr fetchop_pred
   [(plus "add_operand") (minus "reg_or_8bit_operand")
    (ior "or_operand") (xor "or_operand") (and "and_operand")])