Check output of the misched unit tests

llvm-svn: 165959
This commit is contained in:
Andrew Trick 2012-10-15 20:33:14 +00:00
parent 6fe20085ac
commit 6e5f49d7b7
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
; RUN: llc -march=x86-64 -mcpu=core2 -enable-misched -misched=shuffle -misched-bottomup < %s
; RUN: llc < %s -march=x86-64 -mcpu=core2 -enable-misched \
; RUN: -misched=shuffle -misched-bottomup | FileCheck %s
; REQUIRES: asserts
;
; Interesting MachineScheduler cases.