projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c30caa
)
Set -mcpu to make this test pass on atom bots
author
Reid Kleckner
<reid@kleckner.net>
Fri, 31 Jan 2014 22:58:10 +0000
(22:58 +0000)
committer
Reid Kleckner
<reid@kleckner.net>
Fri, 31 Jan 2014 22:58:10 +0000
(22:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200588
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/cdecl-method-return.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/cdecl-method-return.ll
b/test/CodeGen/X86/cdecl-method-return.ll
index e7af59737e587b68c94100eb59b2c363562b6404..2baa47a4bf44ede4ee7b4e94690c569635f3c925 100644
(file)
--- 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.