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

Unified Diff: src/IceTranslator.h

Issue 1179313004: Fix a bug that would cause subzero to fail when --threads=0. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addresses codereview comments. Created 5 years, 6 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/IceTargetLoweringX8632.cpp ('k') | src/IceTranslator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTranslator.h
diff --git a/src/IceTranslator.h b/src/IceTranslator.h
index adddc32c8d0b428bbd22d4824d9d0c49284d3c1c..0f7f9d7cd53fde19bbcfab832fdda6a60fdd34ab 100644
--- a/src/IceTranslator.h
+++ b/src/IceTranslator.h
@@ -48,13 +48,6 @@ public:
/// Takes ownership of Func.
void translateFcn(std::unique_ptr<Cfg> Func);
- /// Emits the constant pool.
- void emitConstants();
-
- /// If there was an error during bitcode reading/parsing, copy the
- /// error code into the GlobalContext.
- void transferErrorCode() const;
-
/// Lowers the given list of global addresses to target. Generates
/// list of corresponding variable declarations.
void
« no previous file with comments | « src/IceTargetLoweringX8632.cpp ('k') | src/IceTranslator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698