Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Unified Diff: gcc/gcc/config/xtensa/predicates.md

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/config/x-linux ('k') | gcc/gcc/config/xtensa/t-xtensa » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/config/xtensa/predicates.md
diff --git a/gcc/gcc/config/xtensa/predicates.md b/gcc/gcc/config/xtensa/predicates.md
index 2cb2a7d175761aef45da77af6ab0312aa8e59bfc..27f058de796baa8e5357aa4ed3419dcf15e311b3 100644
--- a/gcc/gcc/config/xtensa/predicates.md
+++ b/gcc/gcc/config/xtensa/predicates.md
@@ -167,6 +167,9 @@
(define_predicate "boolean_operator"
(match_code "eq,ne"))
+(define_predicate "xtensa_cstoresi_operator"
+ (match_code "eq,ne,gt,ge,lt,le"))
+
(define_predicate "tls_symbol_operand"
(and (match_code "symbol_ref")
(match_test "SYMBOL_REF_TLS_MODEL (op) != 0")))
« no previous file with comments | « gcc/gcc/config/x-linux ('k') | gcc/gcc/config/xtensa/t-xtensa » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698