summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/hipe-cc.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-11-16 16:07:37 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-11-16 16:07:37 +0000
commite0827d888003913bc8c391c42921264f07c9389e (patch)
tree9b760d0fc4fb26cae185dc43b35981fe64fce14a /test/CodeGen/X86/hipe-cc.ll
parentdc7f174b5e049172f085ff5957f58998bdc446a4 (diff)
downloadllvm-e0827d888003913bc8c391c42921264f07c9389e.tar.gz
llvm-e0827d888003913bc8c391c42921264f07c9389e.tar.bz2
llvm-e0827d888003913bc8c391c42921264f07c9389e.tar.xz
llvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu, or they don't expect to pass on Atom.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168171 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/hipe-cc.ll')
-rw-r--r--test/CodeGen/X86/hipe-cc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/hipe-cc.ll b/test/CodeGen/X86/hipe-cc.ll
index 0de4491529..76d17a09d5 100644
--- a/test/CodeGen/X86/hipe-cc.ll
+++ b/test/CodeGen/X86/hipe-cc.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -tailcallopt -code-model=medium -stack-alignment=4 -mtriple=i686-linux-gnu | FileCheck %s
+; RUN: llc < %s -tailcallopt -code-model=medium -stack-alignment=4 -mtriple=i686-linux-gnu -mcpu=pentium | FileCheck %s
; Check the HiPE calling convention works (x86-32)