mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 10:21:54 +00:00
Allow double defs in the machine code verifier after the addPreRegAlloc passes.
llvm-svn: 79095
This commit is contained in:
parent
31f04e14f0
commit
db3f862b6f
@ -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…
x
Reference in New Issue
Block a user