mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-29 16:04:33 +00:00
Allow double defs in the machine code verifier after the addPreRegAlloc passes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79095 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c8c15f6d2
commit
4af85b2328
@ -291,7 +291,7 @@ bool LLVMTargetMachine::addCommonCodeGenPasses(PassManagerBase &PM,
|
||||
|
||||
// Run pre-ra passes.
|
||||
if (addPreRegAlloc(PM, OptLevel))
|
||||
printAndVerify(PM);
|
||||
printAndVerify(PM, /* allowDoubleDefs= */ true);
|
||||
|
||||
// Perform register allocation.
|
||||
PM.add(createRegisterAllocator());
|
||||
|
Loading…
Reference in New Issue
Block a user