OSDN Git Service

Fix the regressions my User changes introduced. Apparently some parts of
authorChris Lattner <sabre@nondot.org>
Mon, 31 Jan 2005 01:11:13 +0000 (01:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 31 Jan 2005 01:11:13 +0000 (01:11 +0000)
commit613233230b78acae4c96d91b1efdd08f2e966380
tree4ec57a7d656c02cc6a99df1d5c84865a1811899d
parentf9aace20fbd9b821f6297d19768ab568bd0e6db8
Fix the regressions my User changes introduced.  Apparently some parts of
LLVM make the very reasonable assumption that constant expressions will
have at least one operand! :)

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