diff options
author | Gabor Greif <ggreif@gmail.com> | 2008-06-11 13:53:41 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2008-06-11 13:53:41 +0000 |
commit | 0039adb5148f3a2c878c84f09268a58d0478e2ad (patch) | |
tree | 65d365b7b466a54dba6a91a0705fe18d329ba5c0 | |
parent | 37e548400487d83cb9616dbeaebc7d838098cc49 (diff) |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h index af90b91c3b..8731aa6cb8 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. // //===----------------------------------------------------------------------===// |