aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/X86/2011-06-14-PreschedRegalias.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll b/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll
index 3ed0f18a94..053237596c 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.