llvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu, or they don't expect to pass...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 16 Nov 2012 16:07:37 +0000 (16:07 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 16 Nov 2012 16:07:37 +0000 (16:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168171 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/hipe-cc.ll
test/CodeGen/X86/hipe-cc64.ll

index 0de449152919df63ba849d557c1631051f66cf9f..76d17a09d54e65aa076d960cdb12d57f43d593af 100644 (file)
@@ -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)
 
index 6354a4c1ecb110933267913f3dd509c7c3d99c25..5dbb5a25cbeb043aedd00468ebc15e67741ec6cb 100644 (file)
@@ -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)