summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2016-11-01 18:34:00 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2016-11-01 18:34:00 +0000
commitcb578f84e091e9198b25c687d0f5f1dc558f27c5 (patch)
treeeabbc54a43a78c21d23dcf5db4a55197ced67b22 /lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py
parent90c117a61b7e061c837cfb625fe0b1d1bc51707a (diff)
downloadbcm5719-llvm-cb578f84e091e9198b25c687d0f5f1dc558f27c5.tar.gz
bcm5719-llvm-cb578f84e091e9198b25c687d0f5f1dc558f27c5.zip
BranchRelaxation: Expand unconditional branches first
It's likely if a conditional branch needs to be expanded, the following unconditional branch will also need expansion. By expanding the unconditional branch first, the conditional branch can be simply inverted to jump over the inserted indirect branch block. If the conditional branch is expanded first, it results in an additional branch. This avoids test regressions in future commits. llvm-svn: 285722
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud