forked from OSchip/llvm-project
Set -mcpu to make this test pass on atom bots
llvm-svn: 200588
This commit is contained in:
parent
4982b82b73
commit
edb94c70c1
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue