diff options
| author | Reid Kleckner <reid@kleckner.net> | 2014-01-31 22:58:10 +0000 |
|---|---|---|
| committer | Reid Kleckner <reid@kleckner.net> | 2014-01-31 22:58:10 +0000 |
| commit | edb94c70c143a1ad337f57b7dc745e449e806efc (patch) | |
| tree | 39371054b89ce08f76216f7b7aa77652e1707844 /llvm | |
| parent | 4982b82b739199de64e852b114cd70b65a29cf8c (diff) | |
| download | bcm5719-llvm-edb94c70c143a1ad337f57b7dc745e449e806efc.tar.gz bcm5719-llvm-edb94c70c143a1ad337f57b7dc745e449e806efc.zip | |
Set -mcpu to make this test pass on atom bots
llvm-svn: 200588
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/cdecl-method-return.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/cdecl-method-return.ll b/llvm/test/CodeGen/X86/cdecl-method-return.ll index e7af59737e5..2baa47a4bf4 100644 --- a/llvm/test/CodeGen/X86/cdecl-method-return.ll +++ b/llvm/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. |

