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

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: git pull 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 2ce10830d6809e0dd15330b387635d36931b90ad..7aaf513de1aeb41e2a36d709819c846f4a68252c 100644
--- a/src/IceGlobalContext.h
+++ b/src/IceGlobalContext.h
@@ -268,9 +268,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);
/// Allocate data of type T using the global allocator. We allow entities
/// allocated from this global allocator to be either trivially or
« 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