diff options
Diffstat (limited to 'lib/Bytecode/Reader/ConstantReader.cpp')
-rw-r--r-- | lib/Bytecode/Reader/ConstantReader.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/Bytecode/Reader/ConstantReader.cpp b/lib/Bytecode/Reader/ConstantReader.cpp index c8e9feb0be..e8cebcb38f 100644 --- a/lib/Bytecode/Reader/ConstantReader.cpp +++ b/lib/Bytecode/Reader/ConstantReader.cpp @@ -1,4 +1,4 @@ -//===- ReadConst.cpp - Code to constants and constant pools ---------------===// +//===- ConstantReader.cpp - Code to constants and types ====---------------===// // // The LLVM Compiler Infrastructure // @@ -7,11 +7,8 @@ // //===----------------------------------------------------------------------===// // -// This file implements functionality to deserialize constants and entire -// constant pools. -// -// Note that this library should be as fast as possible, reentrant, and -// thread-safe!! +// This file implements functionality to deserialize constants and types from +// bytecode files. // //===----------------------------------------------------------------------===// |