summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-09-01 18:40:01 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-09-01 18:40:01 +0000
commitd4f27d7daad0ef77927c1cbb7eab3203fc6f6a29 (patch)
treec590b424e948dd62922dacd25a53ee36cc4d583b /test/CodeGen/X86/2008-01-08-SchedulerCrash.ll
parent4a0a18af4a9a47466a6077a158387ba4f57bf636 (diff)
downloadllvm-d4f27d7daad0ef77927c1cbb7eab3203fc6f6a29.tar.gz
llvm-d4f27d7daad0ef77927c1cbb7eab3203fc6f6a29.tar.bz2
llvm-d4f27d7daad0ef77927c1cbb7eab3203fc6f6a29.tar.xz
This test depends on cmov being available.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138954 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-01-08-SchedulerCrash.ll')
-rw-r--r--test/CodeGen/X86/2008-01-08-SchedulerCrash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll b/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll
index cd2952afdb..266fd7b913 100644
--- a/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll
+++ b/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -march=x86 -mattr=+cmov | FileCheck %s
;
; Test scheduling a multi-use compare. We should neither spill flags
; nor clone the compare.