summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/cdecl-method-return.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/cdecl-method-return.ll b/test/CodeGen/X86/cdecl-method-return.ll
index e7af59737e..2baa47a4bf 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.