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

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 pre-review issues. 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
« no previous file with comments | « src/IceELFObjectWriter.cpp ('k') | src/IceGlobalContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceGlobalContext.h
diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h
index 5d27f5ddc8d17be2cf7adae7fedf6283697752cd..edf41b2c6de01be73d1ebf2f0cc55e43c4a2deb4 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 posterior emission.
Jim Stichnoth 2016/04/04 13:42:30 known
+ void addJumpTableData(JumpTableData JumpTable);
static const ClFlags &getFlags() { return Flags; }
« no previous file with comments | « src/IceELFObjectWriter.cpp ('k') | src/IceGlobalContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698