Index: src/IceDefs.h |
diff --git a/src/IceDefs.h b/src/IceDefs.h |
index 29ed5d814af847a48b3e28ca311723518abf2307..b0fa5283b666e58f5a1a916b32051b68e117816c 100644 |
--- a/src/IceDefs.h |
+++ b/src/IceDefs.h |
@@ -72,6 +72,9 @@ typedef int32_t InstNumberT; |
typedef uint32_t TimerStackIdT; |
typedef uint32_t TimerIdT; |
+// NaCl is ILP32, so theoretically we should only need 32-bit offsets. |
Jim Stichnoth
2014/10/13 17:41:06
NaCl --> PNaCl, right?
The point being that we co
jvoung (off chromium)
2014/10/13 22:51:45
Done.
|
+typedef int32_t RelocOffsetT; |
+ |
enum LivenessMode { |
// Basic version of live-range-end calculation. Marks the last uses |
// of variables based on dataflow analysis. Records the set of |