Disable machine copy propagation for now. It's known to be buggy (PR11940) and introd...
[oota-llvm.git] / test / CodeGen / X86 / machine-cp.ll
index 54fa01c38fdeb8f401be5687cbabc9c08d699279..772d2d080b6ca4e908dd012acd902ce4b6dd27e5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=x86_64-apple-macosx -mcpu=nocona < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-apple-macosx -mcpu=nocona < %s -disable-copyprop=false | FileCheck %s
 
 ; After tail duplication, two copies in an early exit BB can be cancelled out.
 ; rdar://10640363