summaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Value.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VMCore/Value.cpp')
-rw-r--r--lib/VMCore/Value.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp
index 0120333..94bafdf 100644
--- a/lib/VMCore/Value.cpp
+++ b/lib/VMCore/Value.cpp
@@ -517,7 +517,7 @@ void ValueHandleBase::ValueIsDeleted(Value *V) {
<< "\n";
#endif
LLVM_UNREACHABLE("An asserting value handle still pointed to this"
- "value!");
+ " value!");
case Weak:
// Weak just goes to null, which will unlink it from the list.
ThisNode->operator=(0);
@@ -592,4 +592,3 @@ void User::replaceUsesOfWith(Value *From, Value *To) {
setOperand(i, To); // Fix it now...
}
}
-