[llvm-commits] [llvm] r120730 - /llvm/trunk/test/CodeGen/X86/sibcall-5.ll
Evan Cheng
evan.cheng at apple.com
Thu Dec 2 12:17:35 PST 2010
Author: evancheng
Date: Thu Dec 2 14:17:34 2010
New Revision: 120730
URL: http://llvm.org/viewvc/llvm-project?rev=120730&view=rev
Log:
Fix test.
Modified:
llvm/trunk/test/CodeGen/X86/sibcall-5.ll
Modified: llvm/trunk/test/CodeGen/X86/sibcall-5.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sibcall-5.ll?rev=120730&r1=120729&r2=120730&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/sibcall-5.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sibcall-5.ll Thu Dec 2 14:17:34 2010
@@ -1,5 +1,5 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin8 | FileCheck %s --check-prefix=X32
-; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s --check-prefix=X64
+; RUN: llc < %s -mtriple=i386-apple-darwin8 -mattr=+sse2 | FileCheck %s --check-prefix=X32
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+sse2 | FileCheck %s --check-prefix=X64
; Sibcall optimization of expanded libcalls.
; rdar://8707777
More information about the llvm-commits
mailing list