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

Unified Diff: src/IceInstARM32.h

Issue 1234803007: Introduction of improved switch lowering. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: CL feedback Created 5 years, 5 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/IceInstARM32.h
diff --git a/src/IceInstARM32.h b/src/IceInstARM32.h
index 8a7e1da3e702852ecceb9c60f8362f0c211e6044..030c194fc047660205950cef9e34cd739b0697fe 100644
--- a/src/IceInstARM32.h
+++ b/src/IceInstARM32.h
@@ -742,7 +742,7 @@ public:
bool isUnconditionalBranch() const override {
return getPredicate() == CondARM32::AL;
}
- bool repointEdge(CfgNode *OldNode, CfgNode *NewNode) override;
+ bool repointEdges(CfgNode *OldNode, CfgNode *NewNode) override;
void emit(const Cfg *Func) const override;
void emitIAS(const Cfg *Func) const override;
void dump(const Cfg *Func) const override;

Powered by Google App Engine
This is Rietveld 408576698