Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case
authorDan Gohman <gohman@apple.com>
Mon, 25 Jan 2010 21:55:39 +0000 (21:55 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 25 Jan 2010 21:55:39 +0000 (21:55 +0000)
commit26793ed9749cf8999b2219d5d52a7b7a05bed505
tree8f2abd4e8c099783c4414456acc9ec0e098ede5f
parent718fb59801320b8cb22363d115b5fc5ec40dc1f5
Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case
of a forward-reference, which doesn't use an "abbrev" encoding.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94454 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Reader/BitcodeReader.cpp
test/Bitcode/flags.ll [new file with mode: 0644]