| Index: src/IceTargetLoweringMIPS32.cpp
|
| diff --git a/src/IceTargetLoweringMIPS32.cpp b/src/IceTargetLoweringMIPS32.cpp
|
| index 2cf59531a359f7437ab35f00f83e1b88a98bf264..0adff0394ec87b0ea036a6dcd5b7cf65747a4fed 100644
|
| --- a/src/IceTargetLoweringMIPS32.cpp
|
| +++ b/src/IceTargetLoweringMIPS32.cpp
|
| @@ -12,7 +12,7 @@
|
| //
|
| //===----------------------------------------------------------------------===//
|
|
|
| -#include "llvm/Support/MathExtras.h"
|
| +#include "IceTargetLoweringMIPS32.h"
|
|
|
| #include "IceCfg.h"
|
| #include "IceCfgNode.h"
|
| @@ -25,8 +25,8 @@
|
| #include "IceOperand.h"
|
| #include "IceRegistersMIPS32.h"
|
| #include "IceTargetLoweringMIPS32.def"
|
| -#include "IceTargetLoweringMIPS32.h"
|
| #include "IceUtils.h"
|
| +#include "llvm/Support/MathExtras.h"
|
|
|
| namespace Ice {
|
|
|
|
|