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

Unified Diff: src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind_impl.h

Issue 625923004: Delete old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 years, 2 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: src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind_impl.h
diff --git a/src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind_impl.h b/src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind_impl.h
deleted file mode 100644
index 7e565d4ca65e4f6c7e1703c4949710a5478bd119..0000000000000000000000000000000000000000
--- a/src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind_impl.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* native_client/src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind_impl.h
- * THIS FILE IS AUTO_GENERATED DO NOT EDIT.
- *
- * This file was auto-generated by enum_gen.py
- * from file ncop_expr_node_kind.enum
- */
-
-/* Define the corresponding names of NaClExpKind. */
-static const char* const g_NaClExpKindName[NaClExpKindEnumSize + 1] = {
- "UndefinedExp",
- "ExprRegister",
- "OperandReference",
- "ExprConstant",
- "ExprSegmentAddress",
- "ExprMemOffset",
- "ExprNaClIllegal",
- "NaClExpKindEnumSize"
-};
-
-const char* NaClExpKindName(NaClExpKind name) {
- return name <= NaClExpKindEnumSize
- ? g_NaClExpKindName[name]
- : "NaClExpKind???";
-}
« no previous file with comments | « src/trusted/validator/x86/decoder/gen/ncop_expr_node_kind.h ('k') | src/trusted/validator/x86/decoder/gen/ncopcode_insts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698