Chromium Code Reviews| Index: src/IceInst.h |
| diff --git a/src/IceInst.h b/src/IceInst.h |
| index 2b5adc6aa8d3cb01bd26a693d3bc0aaec90ec0b6..7aad05455aa7d7519f671eb99ee7c38334324861 100644 |
| --- a/src/IceInst.h |
| +++ b/src/IceInst.h |
| @@ -16,6 +16,7 @@ |
| #ifndef SUBZERO_SRC_ICEINST_H |
| #define SUBZERO_SRC_ICEINST_H |
| +#include "IceCfg.h" |
|
Jim Stichnoth
2015/06/22 21:52:02
Is this include actually needed?
John
2015/06/22 22:09:23
Yes, it is. This header uses
Func->...
which mea
Jim Stichnoth
2015/06/22 23:04:05
I see. Looks like we've just gotten lucky so far.
|
| #include "IceDefs.h" |
| #include "IceInst.def" |
| #include "IceIntrinsics.h" |