| Index: src/IceTargetLoweringX86BaseImpl.h
|
| diff --git a/src/IceTargetLoweringX86BaseImpl.h b/src/IceTargetLoweringX86BaseImpl.h
|
| index b787c03b4572e9d166ee96b3d8cf90cf63cf5e23..86853113d33c0fde9c40a683ad5eb44ea9bb86a5 100644
|
| --- a/src/IceTargetLoweringX86BaseImpl.h
|
| +++ b/src/IceTargetLoweringX86BaseImpl.h
|
| @@ -16,8 +16,6 @@
|
| #ifndef SUBZERO_SRC_ICETARGETLOWERINGX86BASEIMPL_H
|
| #define SUBZERO_SRC_ICETARGETLOWERINGX86BASEIMPL_H
|
|
|
| -#include "llvm/Support/MathExtras.h"
|
| -
|
| #include "IceCfg.h"
|
| #include "IceCfgNode.h"
|
| #include "IceClFlags.h"
|
| @@ -31,6 +29,7 @@
|
| #include "IceTargetLoweringX8632.def"
|
| #include "IceTargetLoweringX8632.h"
|
| #include "IceUtils.h"
|
| +#include "llvm/Support/MathExtras.h"
|
|
|
| namespace Ice {
|
| namespace X86Internal {
|
|
|