Remove a redundant space from an error message; NFC

llvm-svn: 352576
This commit is contained in:
George Burgess IV 2019-01-30 00:28:56 +00:00
parent e320cea5b9
commit 179f6baa45
1 changed files with 1 additions and 1 deletions

View File

@ -930,7 +930,7 @@ void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) {
<< Old->getName() << " to " << *New->getType() << " %"
<< New->getName() << "\n";
llvm_unreachable(
"A weak tracking value handle still pointed to the old value!\n");
"A weak tracking value handle still pointed to the old value!\n");
default:
break;
}