mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
Thanks to Daniel Berlin's ETForest fix, we can now use it again for the verifier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25345 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
801af7376e
commit
e2ba1b32ec
@ -60,8 +60,6 @@
|
||||
#include <sstream>
|
||||
using namespace llvm;
|
||||
|
||||
#define ETForest DominatorSet
|
||||
|
||||
namespace { // Anonymous namespace for class
|
||||
|
||||
struct Verifier : public FunctionPass, InstVisitor<Verifier> {
|
||||
|
Loading…
Reference in New Issue
Block a user