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

Unified Diff: src/assembler_ia32.h

Issue 613483002: Change some explicit type checks into using helper functions. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: rename Created 6 years, 3 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/assembler_ia32.h
diff --git a/src/assembler_ia32.h b/src/assembler_ia32.h
index 5066397e93d978f70912958cf89669861f7fc097..3e9a93741241b901044a8cc5ff8b465985a0d5d0 100644
--- a/src/assembler_ia32.h
+++ b/src/assembler_ia32.h
@@ -51,7 +51,7 @@ public:
DisplacementRelocation(Kind, Sym);
}
- void Process(const MemoryRegion &region, intptr_t position) {
+ void Process(const MemoryRegion &region, intptr_t position) override {
(void)region;
(void)position;
llvm_unreachable("We might not be using this Process() method later.");
« src/IceTargetLoweringX8632.cpp ('K') | « src/IceTypes.h ('k') | src/assembler_ia32.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698