fix test attributes; these are SSE2 tests, not Nehalem tests
authorSanjay Patel <spatel@rotateright.com>
Sun, 8 Feb 2015 21:05:03 +0000 (21:05 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sun, 8 Feb 2015 21:05:03 +0000 (21:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228544 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/win64_eh.ll

index 4670087b9b4da2e986589c1b85debfb7a1a29e7c..65b0617675545b5052cb1f50e0fd2bf34323a1e8 100644 (file)
@@ -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 {