Check output of the misched unit tests

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165959 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Trick 2012-10-15 20:33:14 +00:00
parent 5a0eeb5a9d
commit 874c0a6ec7

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.