summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2014-01-31 22:58:10 +0000
committerReid Kleckner <reid@kleckner.net>2014-01-31 22:58:10 +0000
commit9934ff2b7f99c24b3ffc9d94dbe57a1c13f02b7c (patch)
tree7e49dcdc38c5a0eec3c3e9d3d6efce9e734917a7
parent7c30caaec11f7629fd8fe108081c6292ca246f0c (diff)
downloadllvm-9934ff2b7f99c24b3ffc9d94dbe57a1c13f02b7c.tar.gz
llvm-9934ff2b7f99c24b3ffc9d94dbe57a1c13f02b7c.tar.bz2
llvm-9934ff2b7f99c24b3ffc9d94dbe57a1c13f02b7c.tar.xz
Set -mcpu to make this test pass on atom bots
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200588 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/cdecl-method-return.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/cdecl-method-return.ll b/test/CodeGen/X86/cdecl-method-return.ll
index e7af59737e..2baa47a4bf 100644
--- a/test/CodeGen/X86/cdecl-method-return.ll
+++ b/test/CodeGen/X86/cdecl-method-return.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i686-pc-win32 | FileCheck %s
+; RUN: llc < %s -mtriple=i686-pc-win32 -mcpu=core2 | FileCheck %s
; The sret flag causes the first two parameters to be reordered on the stack.