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

Unified Diff: src/IceTargetLoweringMIPS32.h

Issue 2313293002: [SubZero] Implement address optimization for MIPS (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 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/IceTargetLoweringMIPS32.h
diff --git a/src/IceTargetLoweringMIPS32.h b/src/IceTargetLoweringMIPS32.h
index b555b9bcf6ae62b5afca1f6b00bc24b3921b5350..8232a2efb67b31402e594efe16dbc6db385dc2e1 100644
--- a/src/IceTargetLoweringMIPS32.h
+++ b/src/IceTargetLoweringMIPS32.h
@@ -626,6 +626,10 @@ protected:
private:
ENABLE_MAKE_UNIQUE;
+ OperandMIPS32Mem *formAddressingMode(Type Ty, Cfg *Func,
+ const CfgNode *LdStNode,
+ const Inst *LdSt, Operand *Base);
+
class ComputationTracker {
public:
ComputationTracker() = default;

Powered by Google App Engine
This is Rietveld 408576698