fix test attributes; these are SSE2 tests, not Nehalem tests
[oota-llvm.git] / 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 {