ET-Forest has issues with unreachable blocks. Temporarily disable verifiers use

of it until they are resolved.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25341 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-01-15 20:00:51 +00:00
parent 7f9975a793
commit 14c02b752a

View File

@ -60,6 +60,8 @@
#include <sstream>
using namespace llvm;
#define ETForest DominatorSet
namespace { // Anonymous namespace for class
struct Verifier : public FunctionPass, InstVisitor<Verifier> {