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