From 9934ff2b7f99c24b3ffc9d94dbe57a1c13f02b7c Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Fri, 31 Jan 2014 22:58:10 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/cdecl-method-return.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/cdecl-method-return.ll b/test/CodeGen/X86/cdecl-method-return.ll index e7af59737e5..2baa47a4bf4 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.