| Index: src/IceTargetLoweringX8632.cpp
|
| diff --git a/src/IceTargetLoweringX8632.cpp b/src/IceTargetLoweringX8632.cpp
|
| index d049cbdebb107f83341c8b52bdc1fcfc43f0a60f..83428f890d65246e2b14ad1b9ae61e1e41a8d190 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.
|
|
|