Reenabling this test with REQUIRES: Asserts
authorAndrew Trick <atrick@apple.com>
Thu, 16 Jun 2011 01:34:41 +0000 (01:34 +0000)
committerAndrew Trick <atrick@apple.com>
Thu, 16 Jun 2011 01:34:41 +0000 (01:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133132 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2011-06-14-PreschedRegalias.ll

index 3ed0f18a94319a25fa11e41574e9f5fdb0feb795..053237596c853c5829435697956054d37a771f91 100644 (file)
@@ -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.