forked from OSchip/llvm-project
Reenabling this test with REQUIRES: Asserts
llvm-svn: 133132
This commit is contained in:
parent
6132fb5127
commit
41369d5e8a
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue