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

Unified Diff: src/IceConverter.h

Issue 587893003: Test generation of global initializers in Subzero bitcode reader. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nit Created 6 years, 3 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/IceConverter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceConverter.h
diff --git a/src/IceConverter.h b/src/IceConverter.h
index b187357f7c093551f7acda6884d93f21d2fb5054..8903607c461936d92c4965e6b3000abde38cdf02 100644
--- a/src/IceConverter.h
+++ b/src/IceConverter.h
@@ -32,8 +32,6 @@ public:
private:
llvm::Module *Mod;
- // Converts globals to ICE, and then machine code.
- void convertGlobals();
// Converts functions to ICE, and then machine code.
void convertFunctions();
Converter(const Converter &) LLVM_DELETED_FUNCTION;
« no previous file with comments | « no previous file | src/IceConverter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698