avoid creating a temporary string when reading the symbol table for a
authorChris Lattner <sabre@nondot.org>
Mon, 12 Feb 2007 18:53:43 +0000 (18:53 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 Feb 2007 18:53:43 +0000 (18:53 +0000)
commitdd8cec59fc6b3b3a97932c56b6e6aa8c6453df39
treef3bafc8afbd59018d83daf5e443aa8f080a018c9
parent042ad36871d67a2db48bf41a8dbde3a5676fc96f
avoid creating a temporary string when reading the symbol table for a
module.  This speeds up the bcreader 11%.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34198 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bytecode/BytecodeHandler.h
lib/Bytecode/Reader/Analyzer.cpp
lib/Bytecode/Reader/Reader.cpp
lib/Bytecode/Reader/Reader.h