forked from OSchip/llvm-project
Fix misched-aa-colored.ll to require asserts.
-misched=shuffle is NDEBUG only. Maybe we should change that. llvm-svn: 199659
This commit is contained in:
parent
cd9569c19e
commit
a6bcadeb4a
|
@ -1,4 +1,8 @@
|
|||
; RUN: llc < %s -mcpu=x86-64 -enable-misched -misched-bottomup=0 -misched-topdown=0 -misched=shuffle -enable-aa-sched-mi | FileCheck %s
|
||||
|
||||
; -misched=shuffle is NDEBUG only!
|
||||
; Requires: Asserts
|
||||
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
|
|
Loading…
Reference in New Issue