switch irgen to new diags

Swift SVN r769
This commit is contained in:
Chris Lattner
2011-10-20 21:29:50 +00:00
parent 9f906da738
commit 60afdf4842
10 changed files with 26 additions and 19 deletions

View File

@@ -55,6 +55,6 @@ LValue IRGenFunction::createScopeAlloca(llvm::Type *Ty, Alignment Align,
return LValue::forAddress(Alloca, Align);
}
void IRGenFunction::unimplemented(SourceLoc Loc, const llvm::Twine &Message) {
void IRGenFunction::unimplemented(SourceLoc Loc, StringRef Message) {
return IGM.unimplemented(Loc, Message);
}