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

Unified Diff: src/trusted/validator_arm/inst_classes.h

Issue 9960043: Finish separation of testing from sel_ldr validation. Also, automate (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 8 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_arm/inst_classes.h
===================================================================
--- src/trusted/validator_arm/inst_classes.h (revision 8275)
+++ src/trusted/validator_arm/inst_classes.h (working copy)
@@ -256,10 +256,6 @@
return false;
}
- // Returns a c-string containing the name of the class. Used for
- // testing only.
- virtual const char* name() const;
-
// Many instructions define control bits in bits 20-24. The useful bits
// are defined here.
@@ -583,6 +579,7 @@
virtual ~Binary3RegisterShiftedTest() {}
virtual SafetyLevel safety(Instruction i) const;
virtual RegisterList defs(Instruction i) const;
+
private:
// Don't allow the following!
explicit Binary3RegisterShiftedTest(const Binary3RegisterShiftedTest&);

Powered by Google App Engine
This is Rietveld 408576698