Enable machine code verification after the late machine optimization passes.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 28 Mar 2012 20:47:37 +0000 (20:47 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 28 Mar 2012 20:47:37 +0000 (20:47 +0000)
commit663ee20cc4b13b6d37ad1578050d8c3cc31eeff5
tree17a103bfa86289ccea2945d7c3cb216d1491182b
parent948a44458c2965e6c2924bbd47c4d41bda0d78f0
Enable machine code verification after the late machine optimization passes.

Branch folding invalidates liveness and disables liveness verification
on some targets.

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