Use the version of getValue that takes the type plane instead of the type
authorChris Lattner <sabre@nondot.org>
Thu, 9 Oct 2003 22:39:30 +0000 (22:39 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 Oct 2003 22:39:30 +0000 (22:39 +0000)
commit35d2ca672bb400ee69dbbe0fef362e4e9a57e5e4
tree2b4d702f56b53a25f33648b1785bf25c1ea6a0e9
parent6fcf50338eb1ef3e6e290502faad855647ccf4ce
Use the version of getValue that takes the type plane instead of the type
if possible.  This provides a consistent 8.5% speedup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8991 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Reader/InstructionReader.cpp
lib/Bytecode/Reader/Reader.cpp