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

Unified Diff: runtime/vm/constants_mips.h

Issue 2937933002: Reduce copying, redundancy & repetition for codegen of comparison instructions (Closed)
Patch Set: Created 3 years, 6 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
Index: runtime/vm/constants_mips.h
diff --git a/runtime/vm/constants_mips.h b/runtime/vm/constants_mips.h
index 355681dbda59e0360bfd5fd1a6bfa6dd596b5883..cb13a4a1772b7faa6cc8909dd2e1865a91ee288f 100644
--- a/runtime/vm/constants_mips.h
+++ b/runtime/vm/constants_mips.h
@@ -256,6 +256,7 @@ enum RelationOperator {
UGE, // unsigned greater equal
ULT, // unsigned less than
ULE, // unsigned less equal
+ INVALID_RELATION
};

Powered by Google App Engine
This is Rietveld 408576698