]> granicus.if.org Git - llvm/commit
[GlobalISel] Simplify Select type cleanup using a ScopeExit. NFC.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 23 Feb 2017 19:17:24 +0000 (19:17 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 23 Feb 2017 19:17:24 +0000 (19:17 +0000)
commit33f4d4644699c8071c999bdcd24e90b8af4817f3
tree9686d2a68023ffb9ef70281ddcde8bb6e8ab1f4d
parent84277628a694e5d4662706d3b0b17418bbbad419
[GlobalISel] Simplify Select type cleanup using a ScopeExit. NFC.

This lets us use more natural early-returns when selection fails.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296006 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/GlobalISel/InstructionSelect.cpp