1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[WebAssembly] Re-enable the TailDuplicate pass.

llvm-svn: 261566
This commit is contained in:
Dan Gohman 2016-02-22 20:47:12 +00:00
parent 7715e0d9b9
commit eb0777680f

View File

@ -184,7 +184,6 @@ void WebAssemblyPassConfig::addPostRegAlloc() {
disablePass(&PrologEpilogCodeInserterID);
// Fails with: should be run after register allocation.
disablePass(&MachineCopyPropagationID);
disablePass(&TailDuplicateID);
if (getOptLevel() != CodeGenOpt::None) {
// Mark registers as representing wasm's expression stack.