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

Unified Diff: src/IceInstMIPS32.h

Issue 1730263002: Subzero: Add missing bits to MIPS implementation. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | src/IceInstMIPS32.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceInstMIPS32.h
diff --git a/src/IceInstMIPS32.h b/src/IceInstMIPS32.h
index 506ca6ec4980ccd8b87fa8886b1e79ac1b8c8bec..3037167ade4a9960735fca7ea58c4845b59f8182 100644
--- a/src/IceInstMIPS32.h
+++ b/src/IceInstMIPS32.h
@@ -319,7 +319,7 @@ public:
private:
InstMIPS32Label(Cfg *Func, TargetMIPS32 *Target);
- RelocOffset *OffsetReloc = nullptr;
+ // RelocOffset *OffsetReloc = nullptr;
John 2016/02/24 15:11:19 why? just remove the field if it is not used.
Jim Stichnoth 2016/02/24 15:16:50 Leaving that for a separate cleanup CL - unfortuna
SizeT Number; // used for unique label generation.
};
« no previous file with comments | « no previous file | src/IceInstMIPS32.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698