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/IceCfg.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
« no previous file with comments | « no previous file | src/IceCfg.cpp » ('j') | src/IceELFObjectWriter.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCfg.h
diff --git a/src/IceCfg.h b/src/IceCfg.h
index f9682e08bb256a300159b9d8ab9e3c72af9954dd..0e4c29c2586a2a365d1b6aa2dafe22d71905c9f3 100644
--- a/src/IceCfg.h
+++ b/src/IceCfg.h
@@ -275,9 +275,6 @@ private:
createBlockProfilingInfoDeclaration(const std::string &NodeAsmName,
VariableDeclaration *NodeNameDeclaration);
- /// Delete registered jump table placeholder instructions. This should only be
- /// called once all repointing has taken place.
- void deleteJumpTableInsts();
/// Iterate through the registered jump tables and emit them.
void emitJumpTables();
« no previous file with comments | « no previous file | src/IceCfg.cpp » ('j') | src/IceELFObjectWriter.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698