From c3d97cdeccad326e878f3f024a7149188943eb08 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 11 Jun 2008 13:53:41 +0000 Subject: [PATCH] remove bogus comment llvm-svn: 52216 --- include/llvm/Value.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/Value.h b/include/llvm/Value.h index af90b91c3bf..8731aa6cb84 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. // //===----------------------------------------------------------------------===//