diff options
author | Kyle Butt <kyle+llvm@iteratee.net> | 2016-04-08 20:35:01 +0000 |
---|---|---|
committer | Kyle Butt <kyle+llvm@iteratee.net> | 2016-04-08 20:35:01 +0000 |
commit | 3232dbbf02bc989c872ad9ad6856e7a28592f5b4 (patch) | |
tree | 00abd395a1fdb93094e16cdb7cd62c3a652613dd /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp | |
parent | a699ecc55cfbcb87059a2239ed717c0e01a5a40d (diff) | |
download | bcm5719-llvm-3232dbbf02bc989c872ad9ad6856e7a28592f5b4.tar.gz bcm5719-llvm-3232dbbf02bc989c872ad9ad6856e7a28592f5b4.zip |
Codegen: Factor tail duplication into a utility class. NFC
This is in preparation for tail duplication during block placement. See D18226.
This needs to be a utility class for 2 reasons. No passes may run after block
placement, and also, tail-duplication affects subsequent layout decisions, so
it must be interleaved with placement, and can't be separated out into its own
pass. The original pass is still useful, and now runs by delegating to the
utility class.
llvm-svn: 265842
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp')
0 files changed, 0 insertions, 0 deletions