OSDN Git Service

ensure that every error return sets a message (and goes through Error, for
authorChris Lattner <sabre@nondot.org>
Tue, 24 Apr 2007 18:15:21 +0000 (18:15 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Apr 2007 18:15:21 +0000 (18:15 +0000)
commitf66d20da61af8672b2fe648283604408d42836ce
tree6d03735120191a0bcb373f9b7f00f42a2eb02f18
parent084a844d6d3c4176a8137c7cf980c2b6c7731e34
ensure that every error return sets a message (and goes through Error, for
easy breakpointing).

Fix bugs reading constantexpr geps.  We now can disassemble kc++ global
initializers.

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