]> granicus.if.org Git - llvm/commit
Fixed reverted commit rL312318
authorStrahinja Petrovic <strahinja.petrovic@rt-rk.com>
Thu, 21 Sep 2017 10:04:02 +0000 (10:04 +0000)
committerStrahinja Petrovic <strahinja.petrovic@rt-rk.com>
Thu, 21 Sep 2017 10:04:02 +0000 (10:04 +0000)
commite6b7c56b2ee013be90efbdf61d4989c9b36c63cf
treecd13a98789a87605f14dbc08feae437b36699fce
parent5713c8d1d351c6329927218a7d38aaba80f7ad13
Fixed reverted commit rL312318

This patch contains fix for reverted commit
rL312318 which was causing failure due to use
of unchecked dyn_cast to CIInit.

Patch by: Nikola Prica.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313870 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfExpression.cpp
lib/IR/DebugInfoMetadata.cpp
lib/Transforms/IPO/GlobalOpt.cpp
test/Transforms/GlobalOpt/integer-bool-dwarf.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/shrink-address-to-bool.ll [new file with mode: 0644]