Fix a comment.
authorOwen Anderson <resistor@mac.com>
Mon, 9 Jul 2007 16:43:55 +0000 (16:43 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 9 Jul 2007 16:43:55 +0000 (16:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38459 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/GVNPRE.cpp

index 5b16894f875c847344176be514be2ed3bc163219..94e458c936142f6f373478074d4a76c65404c076 100644 (file)
@@ -547,7 +547,7 @@ unsigned ValueTable::size() {
 }
 
 //===----------------------------------------------------------------------===//
-//                         ValueTable Class
+//                       ValueNumberedSet Class
 //===----------------------------------------------------------------------===//
 
 class ValueNumberedSet {