summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86TargetMachine.h
diff options
context:
space:
mode:
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>2018-10-30 12:20:17 +0000
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>2018-10-30 12:20:17 +0000
commit0e237d357ecbe822fa0bc081ef709633a064ada8 (patch)
treec38f1c2a7e79de483491f2fff354379574e06893 /llvm/lib/Target/X86/X86TargetMachine.h
parent0c4a1845770ec1fb94f53280bfa10aa108cf0d84 (diff)
downloadbcm5719-llvm-0e237d357ecbe822fa0bc081ef709633a064ada8.tar.gz
bcm5719-llvm-0e237d357ecbe822fa0bc081ef709633a064ada8.zip
[X86] Re-enable the machine verifier after fixing more tests
Was disabled again in r345528. Hopefully this the bots. llvm-svn: 345593
Diffstat (limited to 'llvm/lib/Target/X86/X86TargetMachine.h')
-rw-r--r--llvm/lib/Target/X86/X86TargetMachine.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/X86/X86TargetMachine.h b/llvm/lib/Target/X86/X86TargetMachine.h
index 5b21cd82b5b..f5b45da0c3d 100644
--- a/llvm/lib/Target/X86/X86TargetMachine.h
+++ b/llvm/lib/Target/X86/X86TargetMachine.h
@@ -53,10 +53,6 @@ public:
TargetLoweringObjectFile *getObjFileLowering() const override {
return TLOF.get();
}
-
- bool isMachineVerifierClean() const override {
- return false;
- }
};
} // end namespace llvm
OpenPOWER on IntegriCloud