diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-11-16 16:07:37 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-11-16 16:07:37 +0000 |
commit | 0ff86ac8a621c7d04da053db80f4e482b2184615 (patch) | |
tree | 37532c11eaff77725764c21086d46b69804739bb /llvm/test/CodeGen/X86/hipe-cc64.ll | |
parent | 56f1ef7d3ba915740ad2ed59dac7b46e6ba7ea21 (diff) | |
download | bcm5719-llvm-0ff86ac8a621c7d04da053db80f4e482b2184615.tar.gz bcm5719-llvm-0ff86ac8a621c7d04da053db80f4e482b2184615.zip |
llvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu, or they don't expect to pass on Atom.
llvm-svn: 168171
Diffstat (limited to 'llvm/test/CodeGen/X86/hipe-cc64.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/hipe-cc64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/hipe-cc64.ll b/llvm/test/CodeGen/X86/hipe-cc64.ll index 6354a4c1ecb..5dbb5a25cbe 100644 --- a/llvm/test/CodeGen/X86/hipe-cc64.ll +++ b/llvm/test/CodeGen/X86/hipe-cc64.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -tailcallopt -code-model=medium -stack-alignment=8 -mtriple=x86_64-linux-gnu | FileCheck %s +; RUN: llc < %s -tailcallopt -code-model=medium -stack-alignment=8 -mtriple=x86_64-linux-gnu -mcpu=opteron | FileCheck %s ; Check the HiPE calling convention works (x86-64) |