summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/misched-new.ll
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-10-15 20:33:14 +0000
committerAndrew Trick <atrick@apple.com>2012-10-15 20:33:14 +0000
commit874c0a6ec70edb80d76eafb86c6a35053e7acb48 (patch)
tree92f7396af62bbb4dcbc9d35e55722aca2683cf34 /test/CodeGen/X86/misched-new.ll
parent5a0eeb5a9d727940b1dbe8dff6e9aa292ada0f6a (diff)
downloadllvm-874c0a6ec70edb80d76eafb86c6a35053e7acb48.tar.gz
llvm-874c0a6ec70edb80d76eafb86c6a35053e7acb48.tar.bz2
llvm-874c0a6ec70edb80d76eafb86c6a35053e7acb48.tar.xz
Check output of the misched unit tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165959 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/misched-new.ll')
-rw-r--r--test/CodeGen/X86/misched-new.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/misched-new.ll b/test/CodeGen/X86/misched-new.ll
index 8f2f6f7697..6dfb3e36ed 100644
--- a/test/CodeGen/X86/misched-new.ll
+++ b/test/CodeGen/X86/misched-new.ll
@@ -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.