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

Unified Diff: src/IceFixups.h

Issue 1838753002: Subzero: Remove IceString. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes Created 4 years, 9 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/IceELFSection.cpp ('k') | src/IceFixups.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceFixups.h
diff --git a/src/IceFixups.h b/src/IceFixups.h
index 2232a67f6064d50e29bbd5c0afe09cd14f6d385d..b6ba62afff6cf15503f5c8fe162616f8a90f98ff 100644
--- a/src/IceFixups.h
+++ b/src/IceFixups.h
@@ -16,6 +16,7 @@
#define SUBZERO_SRC_ICEFIXUPS_H
#include "IceDefs.h"
+#include "IceStringPool.h"
namespace Ice {
@@ -41,7 +42,7 @@ public:
void set_kind(FixupKind Kind) { kind_ = Kind; }
RelocOffsetT offset() const;
- IceString symbol() const;
+ GlobalString symbol() const;
static const Constant *NullSymbol;
bool isNullSymbol() const { return ConstValue == NullSymbol; }
« no previous file with comments | « src/IceELFSection.cpp ('k') | src/IceFixups.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698