mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
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:
parent
7f9975a793
commit
14c02b752a
@ -60,6 +60,8 @@
|
||||
#include <sstream>
|
||||
using namespace llvm;
|
||||
|
||||
#define ETForest DominatorSet
|
||||
|
||||
namespace { // Anonymous namespace for class
|
||||
|
||||
struct Verifier : public FunctionPass, InstVisitor<Verifier> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user