Index: src/IceGlobalInits.cpp |
diff --git a/src/IceGlobalInits.cpp b/src/IceGlobalInits.cpp |
index d2f9285a97343b6a1719eb0adca402a7304f3c5a..a21980be09f1bf4ad116a138e62c7c2df9e1b20b 100644 |
--- a/src/IceGlobalInits.cpp |
+++ b/src/IceGlobalInits.cpp |
@@ -92,7 +92,8 @@ bool FunctionDeclaration::validateIntrinsicTypeSignature( |
return Signature.getReturnType() == Info->getReturnType(); |
} |
-IceString FunctionDeclaration::getTypeSignatureError(const GlobalContext *Ctx) { |
+std::string |
+FunctionDeclaration::getTypeSignatureError(const GlobalContext *Ctx) { |
std::string Buffer; |
llvm::raw_string_ostream StrBuf(Buffer); |
StrBuf << "Invalid"; |