Chromium Code Reviews| Index: src/IceTypes.cpp |
| diff --git a/src/IceTypes.cpp b/src/IceTypes.cpp |
| index 975001dc4ccf6a6805e9faa52f6517c7267e319d..455aa0cb4fae1ca8d00c1208df1eb3c3e0f9549b 100644 |
| --- a/src/IceTypes.cpp |
| +++ b/src/IceTypes.cpp |
| @@ -260,6 +260,8 @@ const char *typeString(Type Ty) { |
| } |
| void FuncSigType::dump(Ostream &Stream) const { |
| + if (!ALLOW_DUMP) |
| + return; |
| Stream << ReturnType << " ("; |
| bool IsFirst = true; |
| for (const Type ArgTy : ArgList) { |