Reenabling this test with REQUIRES: Asserts

llvm-svn: 133132
This commit is contained in:
Andrew Trick 2011-06-16 01:34:41 +00:00
parent 6132fb5127
commit 41369d5e8a
1 changed files with 2 additions and 3 deletions

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.