]> granicus.if.org Git - llvm/commit
Simplify control flow in the the DWARF expression compiler
authorAdrian Prantl <aprantl@apple.com>
Wed, 2 Nov 2016 16:12:20 +0000 (16:12 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 2 Nov 2016 16:12:20 +0000 (16:12 +0000)
commit5561f87ef2b035e5537af00ed44cfeddd9d2f106
tree53f44f14b0eb290d9e0045a1c36025fc0b8e7f85
parentc49511f32aaf2118bd61c433e73ff526f4dfee0b
Simplify control flow in the the DWARF expression compiler
by refactoring common code into a DwarfExpressionCursor wrapper.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285827 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DebugInfoMetadata.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfExpression.cpp
lib/CodeGen/AsmPrinter/DwarfExpression.h