aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-07 21:59:29 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-07 21:59:29 +0000
commita59ce0379134b249a3c949f7dcd6ec3566c4d7e3 (patch)
tree2ab0e32bc5973526e55801aa54d8a06cfc7b257c /lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
parent2dd5e1e64d718a0aeaaf988a54d5acc0ec70f243 (diff)
Use a reverse post order instead of a DFS order.
The enterBasicBlock() function is combining live-out values from predecessor blocks. The RPO traversal means that more predecessors have been visited when that happens, only back-edges are missing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144025 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp')
0 files changed, 0 insertions, 0 deletions