Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / X86 / 2011-06-14-PreschedRegalias.ll
index 3ed0f18a94319a25fa11e41574e9f5fdb0feb795..114b985f71d44268a60de9af2e0da12fcf07cf5d 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.