CodeGen/LiveVariables: hoist out code in nested loops
authorDylan Noblesmith <nobled@dreamwidth.org>
Mon, 25 Aug 2014 01:59:49 +0000 (01:59 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Mon, 25 Aug 2014 01:59:49 +0000 (01:59 +0000)
commit9fdcfdd601f2d44b2ef15fe80c93341913a29f4f
tree1e49e53c60917507907a7adc4181687f47d4a25e
parent20d7da5b7955b97d124412acdd4f159cade5597a
CodeGen/LiveVariables: hoist out code in nested loops

This makes runOnMachineFunction vastly more readable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216368 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveVariables.h
lib/CodeGen/LiveVariables.cpp