commit | b87e37f1b1ce76e34ac1d2c22fd6c22f900f28be | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Mon Jun 20 17:04:08 2011 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Mon Jun 20 17:04:08 2011 +0000 |
tree | 37c02a1df7e83e3839c54cd409ed824156e55577 | |
parent | df1c8d837d2aa1405a5523f6293ccbed38f9c446 [diff] |
Disable again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133446 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/TailDuplication.cpp b/lib/CodeGen/TailDuplication.cpp index 2d89f71..d16369a 100644 --- a/lib/CodeGen/TailDuplication.cpp +++ b/lib/CodeGen/TailDuplication.cpp
@@ -712,7 +712,7 @@ DenseSet<unsigned> UsedByPhi; getRegsUsedByPHIs(*TailBB, &UsedByPhi); - if (isSimpleBB(TailBB)) + if (0 && isSimpleBB(TailBB)) return duplicateSimpleBB(TailBB, TDBBs, UsedByPhi, Copies); // Iterate through all the unique predecessors and tail-duplicate this