Chromium Code Reviews| Index: src/IceDefs.h |
| diff --git a/src/IceDefs.h b/src/IceDefs.h |
| index e2799eb4a277a70db60a76ab39a636afdc5c39b3..55cb62369369cef6db47aab5afd75caaf8daa380 100644 |
| --- a/src/IceDefs.h |
| +++ b/src/IceDefs.h |
| @@ -68,6 +68,7 @@ class InstTarget; |
| class LiveRange; |
| class Liveness; |
| class Operand; |
| +class RelocOffset; |
| class TargetDataLowering; |
| class TargetLowering; |
| class Variable; |
| @@ -309,6 +310,8 @@ enum RandomizationPassesEnum { |
| RPE_num |
| }; |
| +using RelocOffsetArray = llvm::SmallVector<RelocOffset *, 4>; |
|
Jim Stichnoth
2016/02/02 20:57:49
You could use "class RelocOffset" here and remove
John
2016/02/03 15:50:41
Done.
|
| + |
| } // end of namespace Ice |
| #endif // SUBZERO_SRC_ICEDEFS_H |