| Index: src/IceInstX8632.cpp
|
| diff --git a/src/IceInstX8632.cpp b/src/IceInstX8632.cpp
|
| index 750377ffeaca2436f8aba63650c89b1dfe4cbbb5..625d24dc4a450e8cbbf68ff6a64a7a30e42dabca 100644
|
| --- a/src/IceInstX8632.cpp
|
| +++ b/src/IceInstX8632.cpp
|
| @@ -12,12 +12,13 @@
|
| //
|
| //===----------------------------------------------------------------------===//
|
|
|
| +#include "IceInstX8632.h"
|
| +
|
| #include "IceAssemblerX8632.h"
|
| #include "IceCfg.h"
|
| #include "IceCfgNode.h"
|
| #include "IceConditionCodesX8632.h"
|
| #include "IceInst.h"
|
| -#include "IceInstX8632.h"
|
| #include "IceRegistersX8632.h"
|
| #include "IceTargetLoweringX8632.h"
|
| #include "IceOperand.h"
|
|
|