Index: src/types.h |
diff --git a/src/types.h b/src/types.h |
index 0aae0641710431626ebc991fc3ebb94609248e4c..1756229f978bb917bbe2375a4f7650c2cb74e880 100644 |
--- a/src/types.h |
+++ b/src/types.h |
@@ -615,7 +615,8 @@ class TypeImpl : public Config::Base { |
TypeHandle type, UnionHandle result, int size, Region* region); |
static int IntersectAux(TypeHandle type, TypeHandle other, UnionHandle result, |
int size, Limits* limits, Region* region); |
- static TypeHandle NormalizeUnion(UnionHandle unioned, int size); |
+ static TypeHandle NormalizeUnion(UnionHandle unioned, int size, |
+ Region* region); |
static TypeHandle NormalizeRangeAndBitset(RangeHandle range, bitset* bits, |
Region* region); |
}; |