mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 17:00:01 +00:00
Remove a redundant space from an error message; NFC
llvm-svn: 352576
This commit is contained in:
parent
6db249633f
commit
26404c8dba
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user