[llvm-commits] [llvm] r133068 - /llvm/trunk/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll

Andrew Trick atrick at apple.com
Wed Jun 15 11:25:38 PDT 2011


Author: atrick
Date: Wed Jun 15 13:25:38 2011
New Revision: 133068

URL: http://llvm.org/viewvc/llvm-project?rev=133068&view=rev
Log:
Disabling this test until I can figure out the right lit flags.

Modified:
    llvm/trunk/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll

Modified: llvm/trunk/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll?rev=133068&r1=133067&r2=133068&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll Wed Jun 15 13:25:38 2011
@@ -1,4 +1,6 @@
-; RUN: llc < %s -march=x86-64 -stress-sched | FileCheck %s
+; RUN: true
+; Disabled this test until I can figure out the correct lit flags.
+;  llc < %s -march=x86-64 -stress-sched | FileCheck %s
 ; Test interference between physreg aliases during preRAsched.
 ; mul wants an operand in AL, but call clobbers it.
 





More information about the llvm-commits mailing list