aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-06-11 13:53:41 +0000
committerGabor Greif <ggreif@gmail.com>2008-06-11 13:53:41 +0000
commitb259b6ca02ec2ac178c0813a9355af7aff57f061 (patch)
tree65d365b7b466a54dba6a91a0705fe18d329ba5c0
parent8de51cb99e9797a41ca189c25c6d619c04bb02d3 (diff)
downloadexternal_llvm-b259b6ca02ec2ac178c0813a9355af7aff57f061.zip
external_llvm-b259b6ca02ec2ac178c0813a9355af7aff57f061.tar.gz
external_llvm-b259b6ca02ec2ac178c0813a9355af7aff57f061.tar.bz2
remove bogus comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52216 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Value.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index af90b91..8731aa6 100644
--- a/include/llvm/Value.h
+++ b/include/llvm/Value.h
@@ -8,7 +8,6 @@
//===----------------------------------------------------------------------===//
//
// This file declares the Value class.
-// This file also defines the Use<> template for users of value.
//
//===----------------------------------------------------------------------===//