commit | d8d725de4f148773f1535af1f387bce3fe4c71ca | [log] [tgz] |
---|---|---|
author | Jeffrey Yasskin <jyasskin@google.com> | Wed Jul 08 22:09:00 2009 +0000 |
committer | Jeffrey Yasskin <jyasskin@google.com> | Wed Jul 08 22:09:00 2009 +0000 |
tree | a89ccd601c4c5892ce0c5d3e517cb641945366b7 | |
parent | 70415d97a84fa557048feadafbacc1b08fc0695c [diff] [blame] |
Fix the AssertingVH unittests. llvm-svn: 75060
diff --git a/llvm/lib/VMCore/Value.cpp b/llvm/lib/VMCore/Value.cpp index 0120333..94bafdf 100644 --- a/llvm/lib/VMCore/Value.cpp +++ b/llvm/lib/VMCore/Value.cpp
@@ -517,7 +517,7 @@ << "\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 @@ setOperand(i, To); // Fix it now... } } -