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/IceRegistersARM32.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/IceOperand.cpp ('k') | src/IceStringPool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceRegistersARM32.h
diff --git a/src/IceRegistersARM32.h b/src/IceRegistersARM32.h
index 8941a9e770a6fd2bb5fb392be3e4c6b26064ddef..6c091c5f0fbe6ad5b86e076d1612406ee13eb2b7 100644
--- a/src/IceRegistersARM32.h
+++ b/src/IceRegistersARM32.h
@@ -207,7 +207,7 @@ static inline QRegister getEncodedQReg(RegNumT RegNum) {
return QRegister(RegTable[RegNum].Encoding);
}
-static inline IceString getRegName(RegNumT RegNum) {
+static inline const char *getRegName(RegNumT RegNum) {
RegNum.assertIsValid();
return RegTable[RegNum].Name;
}
« no previous file with comments | « src/IceOperand.cpp ('k') | src/IceStringPool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698