OSDN Git Service

Run the verifier pass after all the other passes rather than before them.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 28 Jul 2005 04:00:49 +0000 (04:00 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 28 Jul 2005 04:00:49 +0000 (04:00 +0000)
commit540f7d60181d64ce25fa277de51ac7e3ded8acae
tree1f9441feb1769b1b03b49365e2d2e96f9eade728
parent2a05c8e260bb4a3cb54c825371317e4e6164075d
Run the verifier pass after all the other passes rather than before them.
This catches mistakes in the passes rather than just verifying the bytecode
input to llc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22534 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llc/llc.cpp