commit | 2f473cee286e9c71ee8e7d6b1c46b05f2aed7336 | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Wed Jun 15 18:25:38 2011 +0000 |
committer | Andrew Trick <atrick@apple.com> | Wed Jun 15 18:25:38 2011 +0000 |
tree | b982aab0741c9c581cdd8548f9d1222a8a41edd8 | |
parent | b79e30cc9e8ce8c6beacbc38a7e27d33ba07fd66 [diff] |
Disabling this test until I can figure out the right lit flags. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133068 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll b/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll index 690c27f..3ed0f18 100644 --- a/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll +++ b/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll
@@ -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.