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

Unified Diff: src/IceTargetLoweringX8632.cpp

Issue 802183004: Subzero: Use CFG-local arena allocation for relevant containers. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Typo fix Created 6 years 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/PNaClTranslator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTargetLoweringX8632.cpp
diff --git a/src/IceTargetLoweringX8632.cpp b/src/IceTargetLoweringX8632.cpp
index 71f860f0f6c18a4d67c60dd1bd39803e2a36564a..aeeb7c467fcae4b320223c3aa364120eef009e91 100644
--- a/src/IceTargetLoweringX8632.cpp
+++ b/src/IceTargetLoweringX8632.cpp
@@ -1026,8 +1026,8 @@ template <typename T> void TargetX8632::emitConstantPool() const {
void TargetX8632::emitConstants() const {
// Note: Still used by emit IAS.
- emitConstantPool<PoolTypeConverter<float> >();
- emitConstantPool<PoolTypeConverter<double> >();
+ emitConstantPool<PoolTypeConverter<float>>();
+ emitConstantPool<PoolTypeConverter<double>>();
// No need to emit constants from the int pool since (for x86) they
// are embedded as immediates in the instructions.
« no previous file with comments | « src/IceOperand.cpp ('k') | src/PNaClTranslator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698