aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/jump_sign.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-01-04 03:52:23 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-01-04 03:52:23 +0000
commit7d34b929937e84a1bae5fa6186edae8be378bdde (patch)
tree6363ae0c903e78e30a8174252324c5e622f582eb /test/CodeGen/X86/jump_sign.ll
parent2010325a11ecf06ba28a309b88f3991eb88cff2e (diff)
downloadexternal_llvm-7d34b929937e84a1bae5fa6186edae8be378bdde.zip
external_llvm-7d34b929937e84a1bae5fa6186edae8be378bdde.tar.gz
external_llvm-7d34b929937e84a1bae5fa6186edae8be378bdde.tar.bz2
test/CodeGen/X86/jump_sign.ll: Add -mcpu=pentiumpro for non-x86 hosts. It uses "cmov".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147521 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/jump_sign.ll')
-rw-r--r--test/CodeGen/X86/jump_sign.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/jump_sign.ll b/test/CodeGen/X86/jump_sign.ll
index 78dddf9..dbd133c 100644
--- a/test/CodeGen/X86/jump_sign.ll
+++ b/test/CodeGen/X86/jump_sign.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -march=x86 -mcpu=pentiumpro | FileCheck %s
define i32 @f(i32 %X) {
entry: