Don't verify LiveVariables if LiveIntervals is available.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 5 Aug 2010 23:51:26 +0000 (23:51 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 5 Aug 2010 23:51:26 +0000 (23:51 +0000)
commitc910c8d2fa6e73e8f9875e871a2f3a44574a0b01
tree4b291de5dfd77a1a4cac1748f4977a587b4cd1f7
parent5eeb19d189fd448293e607227e5564d2efab0f7f
Don't verify LiveVariables if LiveIntervals is available.

LiveVariables becomes horribly wrong while the coalescer is running, but the
analysis is not zapped until after the coalescer pass has run. This causes tons
of false reports when calling verify form the coalescer.

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