summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
diff options
context:
space:
mode:
authorJessica Paquette <jpaquette@apple.com>2018-07-24 17:36:13 +0000
committerJessica Paquette <jpaquette@apple.com>2018-07-24 17:36:13 +0000
commitf94d1d29c1eab9ac1afba8a6e2200a990fafa232 (patch)
treefff13f2f85591c1598b22ca3848ea738878dd196 /llvm/lib/CodeGen/AsmPrinter
parentdc36389ea8adbcc60db3055ed9999937a0b5b601 (diff)
downloadbcm5719-llvm-f94d1d29c1eab9ac1afba8a6e2200a990fafa232.tar.gz
bcm5719-llvm-f94d1d29c1eab9ac1afba8a6e2200a990fafa232.zip
[MachineOutliner][NFC] Sink some candidate logic into OutlinedFunction
Just some simple gardening to improve clarity. Before, we had something along the lines of 1) Create a std::vector of Candidates 2) Create an OutlinedFunction 3) Create a std::vector of pointers to Candidates 4) Copy those over to the OutlinedFunction and the Candidate list Now, OutlinedFunctions create the Candidate pointers. They're still copied over to the main list of Candidates, but it makes it a bit clearer what's going on. llvm-svn: 337838
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud