Reenabling this test with REQUIRES: Asserts

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133132 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Trick 2011-06-16 01:34:41 +00:00
parent 05c087d893
commit 9b91a88f1d

View 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.