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

Unified Diff: src/IceGlobalContext.h

Issue 1860473002: Subzero. Refactors Switch Lowering. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fixes typo in comment. Created 4 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/IceGlobalContext.h
diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h
index 5d27f5ddc8d17be2cf7adae7fedf6283697752cd..a5c7353573f61349f0dfbc615b3f1bbc0e977916 100644
--- a/src/IceGlobalContext.h
+++ b/src/IceGlobalContext.h
@@ -269,9 +269,8 @@ public:
/// Return a locked pointer to the registered jump tables.
JumpTableDataList getJumpTables();
- /// Create a new jump table entry and return a reference to it.
- JumpTableData &addJumpTable(GlobalString FuncName, SizeT Id,
- const JumpTableData::TargetList &TargetList);
+ /// Adds JumpTable to the list of know jump tables, for a posteriori emission.
+ void addJumpTableData(JumpTableData JumpTable);
static const ClFlags &getFlags() { return Flags; }

Powered by Google App Engine
This is Rietveld 408576698