Chromium Code Reviews| Index: src/IceTargetLoweringARM32.cpp |
| diff --git a/src/IceTargetLoweringARM32.cpp b/src/IceTargetLoweringARM32.cpp |
| index de39aacab7efd8ce8e23fa5f568c3126a22807cc..2c07cdf2486a6a8784a3d8f1d1494beca2cc4e20 100644 |
| --- a/src/IceTargetLoweringARM32.cpp |
| +++ b/src/IceTargetLoweringARM32.cpp |
| @@ -12,6 +12,8 @@ |
| // |
| //===----------------------------------------------------------------------===// |
| +#include "IceTargetLoweringARM32.h" |
| + |
| #include "llvm/Support/MathExtras.h" |
|
Jim Stichnoth
2015/06/24 21:35:33
Move this after Ice*.h includes?
John
2015/06/25 17:13:12
Done.
|
| #include "IceCfg.h" |
| @@ -25,7 +27,6 @@ |
| #include "IceOperand.h" |
| #include "IceRegistersARM32.h" |
| #include "IceTargetLoweringARM32.def" |
| -#include "IceTargetLoweringARM32.h" |
| #include "IceUtils.h" |
| namespace Ice { |