Emit an obnoxious warning message for bytecode that includes load/store
authorChris Lattner <sabre@nondot.org>
Wed, 21 Aug 2002 22:55:27 +0000 (22:55 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 21 Aug 2002 22:55:27 +0000 (22:55 +0000)
commit352eef717dc2e686b28164a8f0f982db4fd24cd7
tree623a406f8d4657e269c8209a22da815b7a686034
parent64339f681a0bc29c21164fc6ea600794a9f49e4b
Emit an obnoxious warning message for bytecode that includes load/store
instructions that use indexing.  Convert them transparently into a pair
of instructions.

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