Chromium Code Reviews| Index: src/IceInst.h |
| diff --git a/src/IceInst.h b/src/IceInst.h |
| index 6bfd7af171f140db67b2b8390855b59f0be58ebf..ec133415aa58755280a1eb6c8b22a9bcd42139b3 100644 |
| --- a/src/IceInst.h |
| +++ b/src/IceInst.h |
| @@ -21,6 +21,7 @@ |
| #include "IceDefs.h" |
| #include "IceInst.def" |
| #include "IceIntrinsics.h" |
| +#include "IceOperand.h" |
|
Jim Stichnoth
2015/09/03 21:35:09
Why is this needed?
ascull
2015/09/03 22:47:12
Line 696 has a dyn_cast to Variable which requires
Jim Stichnoth
2015/09/03 23:23:30
Ah, thanks. In that case, could you move the defi
ascull
2015/09/04 00:23:51
Done.
|
| #include "IceTypes.h" |
| // TODO: The Cfg structure, and instructions in particular, need to be |