[llvm] r228544 - fix test attributes; these are SSE2 tests, not Nehalem tests
Sanjay Patel
spatel at rotateright.com
Sun Feb 8 13:05:03 PST 2015
Author: spatel
Date: Sun Feb 8 15:05:03 2015
New Revision: 228544
URL: http://llvm.org/viewvc/llvm-project?rev=228544&view=rev
Log:
fix test attributes; these are SSE2 tests, not Nehalem tests
Modified:
llvm/trunk/test/CodeGen/X86/win64_eh.ll
Modified: llvm/trunk/test/CodeGen/X86/win64_eh.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/win64_eh.ll?rev=228544&r1=228543&r2=228544&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/win64_eh.ll (original)
+++ llvm/trunk/test/CodeGen/X86/win64_eh.ll Sun Feb 8 15:05:03 2015
@@ -1,5 +1,5 @@
-; RUN: llc < %s -O0 -mcpu=corei7 -mtriple=x86_64-pc-windows-itanium | FileCheck %s -check-prefix=WIN64
-; RUN: llc < %s -O0 -mcpu=corei7 -mtriple=x86_64-pc-mingw32 | FileCheck %s -check-prefix=WIN64
+; RUN: llc < %s -O0 -mattr=sse2 -mtriple=x86_64-pc-windows-itanium | FileCheck %s -check-prefix=WIN64
+; RUN: llc < %s -O0 -mattr=sse2 -mtriple=x86_64-pc-mingw32 | FileCheck %s -check-prefix=WIN64
; Check function without prolog
define void @foo0() uwtable {
More information about the llvm-commits
mailing list