From: Sanjay Patel Date: Sun, 8 Feb 2015 21:05:03 +0000 (+0000) Subject: fix test attributes; these are SSE2 tests, not Nehalem tests X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=714f3d3a0fd5f55177507347f70b1a25130c0158;p=oota-llvm.git fix test attributes; these are SSE2 tests, not Nehalem tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228544 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/win64_eh.ll b/test/CodeGen/X86/win64_eh.ll index 4670087b9b4..65b06176755 100644 --- a/test/CodeGen/X86/win64_eh.ll +++ b/test/CodeGen/X86/win64_eh.ll @@ -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 {