Index: src/IceTypes.cpp |
diff --git a/src/IceTypes.cpp b/src/IceTypes.cpp |
index 793e1755928cf47f3d9bd9ea3736212a58abcfc0..8f9617e787a931a24835cb569634398b74c6786b 100644 |
--- a/src/IceTypes.cpp |
+++ b/src/IceTypes.cpp |
@@ -260,7 +260,7 @@ const char *typeString(Type Ty) { |
} |
void FuncSigType::dump(Ostream &Stream) const { |
- if (!ALLOW_DUMP) |
+ if (!buildAllowsDump()) |
return; |
Stream << ReturnType << " ("; |
bool IsFirst = true; |