test/CodeGen/X86/jump_sign.ll: Add -mcpu=pentiumpro for non-x86 hosts. It uses "cmov".
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 4 Jan 2012 03:52:23 +0000 (03:52 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 4 Jan 2012 03:52:23 +0000 (03:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147521 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/jump_sign.ll

index 78dddf9568f13cfb0ff48cad2a3021dc842fcae7..dbd133cd9ab4fc9b931d93c8ee89034a78932188 100644 (file)
@@ -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: