| 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.
|
|
|