summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit6e5f49d7b7cc08b2dd8c0d81f6d1da77198fae89 (patch)
treef65795362c34b9ad27e5f4e7cbdac1be0a0a579e /llvm/test/CodeGen/X86/misched-new.ll
parent6fe20085ace668a901d09b9a11abb0ece9e58ee1 (diff)
downloadbcm5719-llvm-6e5f49d7b7cc08b2dd8c0d81f6d1da77198fae89.tar.gz
bcm5719-llvm-6e5f49d7b7cc08b2dd8c0d81f6d1da77198fae89.zip
Check output of the misched unit tests
llvm-svn: 165959
Diffstat (limited to 'llvm/test/CodeGen/X86/misched-new.ll')
-rw-r--r--llvm/test/CodeGen/X86/misched-new.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/misched-new.ll b/llvm/test/CodeGen/X86/misched-new.ll
index 8f2f6f7697d..6dfb3e36ed7 100644
--- a/llvm/test/CodeGen/X86/misched-new.ll
+++ b/llvm/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.
OpenPOWER on IntegriCloud