fix PR10286, a problem with the .ll printer handling block addresses that are out...
authorChris Lattner <sabre@nondot.org>
Wed, 3 Aug 2011 06:15:41 +0000 (06:15 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Aug 2011 06:15:41 +0000 (06:15 +0000)
commitfb5179a2fa3372813ea9568ad0073223c8e0393c
tree7bacee0bdece9af66055c98d86a504805f74f696
parent027cbf9329854e6b02d8db36cbe4f361ee0038cd
fix PR10286, a problem with the .ll printer handling block addresses that are out-of-scope.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136768 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AsmWriter.cpp
test/Transforms/StripSymbols/block-address.ll [new file with mode: 0644]