summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2009-07-08 22:09:00 +0000
committerJeffrey Yasskin <jyasskin@google.com>2009-07-08 22:09:00 +0000
commitd8d725de4f148773f1535af1f387bce3fe4c71ca (patch)
treea89ccd601c4c5892ce0c5d3e517cb641945366b7 /llvm/lib
parent70415d97a84fa557048feadafbacc1b08fc0695c (diff)
downloadbcm5719-llvm-d8d725de4f148773f1535af1f387bce3fe4c71ca.tar.gz
bcm5719-llvm-d8d725de4f148773f1535af1f387bce3fe4c71ca.zip
Fix the AssertingVH unittests.
llvm-svn: 75060
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/Value.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/VMCore/Value.cpp b/llvm/lib/VMCore/Value.cpp
index 0120333481c..94bafdf95f9 100644
--- a/llvm/lib/VMCore/Value.cpp
+++ b/llvm/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...
}
}
-
OpenPOWER on IntegriCloud