| Index: src/IceTargetLoweringX8632.h
|
| diff --git a/src/IceTargetLoweringX8632.h b/src/IceTargetLoweringX8632.h
|
| index 1533ae343f13c1803bd40c9722864b9627b6cc21..37f7fef6791a777d65d963af5e8df227a724d4b1 100644
|
| --- a/src/IceTargetLoweringX8632.h
|
| +++ b/src/IceTargetLoweringX8632.h
|
| @@ -16,11 +16,11 @@
|
| #ifndef SUBZERO_SRC_ICETARGETLOWERINGX8632_H
|
| #define SUBZERO_SRC_ICETARGETLOWERINGX8632_H
|
|
|
| -#include "IceDefs.h"
|
| -#include "IceTargetLowering.h"
|
| #include "assembler_ia32.h"
|
| +#include "IceDefs.h"
|
| #include "IceInstX8632.h"
|
| #include "IceRegistersX8632.h"
|
| +#include "IceTargetLowering.h"
|
|
|
| namespace Ice {
|
|
|
|
|