diff options
author | Kang Zhang <shkzhang@cn.ibm.com> | 2020-05-20 09:40:25 +0000 |
---|---|---|
committer | Kang Zhang <shkzhang@cn.ibm.com> | 2020-05-20 09:40:25 +0000 |
commit | 3f376ecad07df39115077fc8a153a2c15c5b4236 (patch) | |
tree | a61b04b69757ac81af0355624d5367fc6c8d9583 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 1dcdb02ceb1c4f8b21a30af1a94d9a850ee3604f (diff) | |
download | llvm-3f376ecad07df39115077fc8a153a2c15c5b4236.zip llvm-3f376ecad07df39115077fc8a153a2c15c5b4236.tar.gz llvm-3f376ecad07df39115077fc8a153a2c15c5b4236.tar.bz2 |
[PowerPC] Enable machine verification for 3 passes
Summary:
For PowerPC, there are 3 passes has disabled the machine verification.
```
PPCTargetMachine.cpp: addPass(&LiveVariablesID, false);
PPCTargetMachine.cpp: addPass(createPPCEarlyReturnPass(), false);
PPCTargetMachine.cpp: addPass(createPPCBranchSelectionPass(), false);
```
This patch is to enable machine verification for above three passes.
Reviewed By: steven.zhang
Differential Revision: https://reviews.llvm.org/D79840
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions