summaryrefslogtreecommitdiff
path: root/gcc/config/mcore
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2012-08-17 09:58:53 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2012-08-17 09:58:53 +0000
commit86df38a6c9e3c84c27b209f6279b297386845ae8 (patch)
treee45cfc14e25c360e34fd5438ca8b941e37dcba9c /gcc/config/mcore
parent91651d9b0e4501e630e59792484305f43cbfeae4 (diff)
downloadgcc-86df38a6c9e3c84c27b209f6279b297386845ae8.tar.gz
* config/mcore/mcore.md (cbranchsi4): Remove mode from
comparison. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190477 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mcore')
-rw-r--r--gcc/config/mcore/mcore.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mcore/mcore.md b/gcc/config/mcore/mcore.md
index 805de2b2326..68169f5a32f 100644
--- a/gcc/config/mcore/mcore.md
+++ b/gcc/config/mcore/mcore.md
@@ -1502,7 +1502,7 @@
(define_expand "cbranchsi4"
[(set (pc)
- (if_then_else (match_operator:SI 0 "ordered_comparison_operator"
+ (if_then_else (match_operator 0 "ordered_comparison_operator"
[(match_operand:SI 1 "mcore_compare_operand")
(match_operand:SI 2 "nonmemory_operand")])
(label_ref (match_operand 3 ""))