Switch from an O(n) method to an O(1) method for changing non-constant
authorChris Lattner <sabre@nondot.org>
Thu, 21 Aug 2008 17:31:45 +0000 (17:31 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 21 Aug 2008 17:31:45 +0000 (17:31 +0000)
commitb6135a054d46c00e2ba604e8f509de48e6dcfde6
treeb89b68aa7ec08a75dc1c7088530397961996ef73
parent5cc101ec897ea185088f3c1dbff88789ddd04cdb
Switch from an O(n) method to an O(1) method for changing non-constant
operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55127 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Reader/BitcodeReader.cpp