mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
switch irgen to new diags
Swift SVN r769
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user