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

Unified Diff: gcc/gcc/config/mmix/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/mmix/mmix-protos.h ('k') | gcc/gcc/config/mn10300/mn10300.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/config/mmix/predicates.md
diff --git a/gcc/gcc/config/mmix/predicates.md b/gcc/gcc/config/mmix/predicates.md
index 5c5792e1f6ba24bef6e3cb6ead4ac6b960db8d27..b5773b87aee7ff4c8386161a74e9a4886edc84f1 100644
--- a/gcc/gcc/config/mmix/predicates.md
+++ b/gcc/gcc/config/mmix/predicates.md
@@ -17,6 +17,11 @@
;; along with GCC; see the file COPYING3. If not see
;; <http://www.gnu.org/licenses/>.
+;; Return 1 if OP is a valid comparison operator for "cbranch" instructions.
+;; LE and GE are further lowered by the cbranchdf4 pattern.
+(define_predicate "float_comparison_operator"
+ (match_code "ne, eq, le, ge, lt, gt, ordered, unordered"))
+
;; True if this is a foldable comparison operator
;; - one where a the result of (compare:CC (reg) (const_int 0)) can be
;; replaced by (reg). */
« no previous file with comments | « gcc/gcc/config/mmix/mmix-protos.h ('k') | gcc/gcc/config/mn10300/mn10300.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698