From: Andrew Trick Date: Thu, 16 Jun 2011 01:34:41 +0000 (+0000) Subject: Reenabling this test with REQUIRES: Asserts X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9b91a88f1df8fccbb8af81f07f15798c6e1f0fc4;p=oota-llvm.git Reenabling this test with REQUIRES: Asserts git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133132 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 3ed0f18a943..053237596c8 100644 --- a/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll +++ b/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll @@ -1,6 +1,5 @@ -; RUN: true -; Disabled this test until I can figure out the correct lit flags. -; llc < %s -march=x86-64 -stress-sched | FileCheck %s +; RUN: llc < %s -march=x86-64 -stress-sched | FileCheck %s +; REQUIRES: Asserts ; Test interference between physreg aliases during preRAsched. ; mul wants an operand in AL, but call clobbers it.