[llvm-branch-commits] [llvm-branch] r92888 - /llvm/branches/Apple/Zoidberg/lib/CodeGen/LLVMTargetMachine.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Wed Jan 6 17:08:57 PST 2010


Author: stoklund
Date: Wed Jan  6 19:08:55 2010
New Revision: 92888

URL: http://llvm.org/viewvc/llvm-project?rev=92888&view=rev
Log:
Merge 92874

Modified:
    llvm/branches/Apple/Zoidberg/lib/CodeGen/LLVMTargetMachine.cpp

Modified: llvm/branches/Apple/Zoidberg/lib/CodeGen/LLVMTargetMachine.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Zoidberg/lib/CodeGen/LLVMTargetMachine.cpp?rev=92888&r1=92887&r2=92888&view=diff

==============================================================================
--- llvm/branches/Apple/Zoidberg/lib/CodeGen/LLVMTargetMachine.cpp (original)
+++ llvm/branches/Apple/Zoidberg/lib/CodeGen/LLVMTargetMachine.cpp Wed Jan  6 19:08:55 2010
@@ -297,7 +297,8 @@
   if (OptLevel != CodeGenOpt::None &&
       !DisableTailDuplicate && PreAllocTailDup) {
     PM.add(createTailDuplicatePass(true));
-    printAndVerify(PM, "After Pre-RegAlloc TailDuplicate");
+    printAndVerify(PM, "After Pre-RegAlloc TailDuplicate",
+                   /* allowDoubleDefs= */ true);
   }
 
   // Run pre-ra passes.





More information about the llvm-branch-commits mailing list