Set -mcpu to make this test pass on atom bots

llvm-svn: 200588
This commit is contained in:
Reid Kleckner 2014-01-31 22:58:10 +00:00
parent 4982b82b73
commit edb94c70c1
1 changed files with 1 additions and 1 deletions

View File

@ -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.