From 8d329999295e20a49aea2c42554f6ba9f8867cb8 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Sun, 8 Feb 2015 20:01:12 +0000 Subject: [PATCH] fix test attributes; these are MMX tests, not Nehalem tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228535 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/x86-64-psub.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/x86-64-psub.ll b/test/CodeGen/X86/x86-64-psub.ll index 183ddf446f3..2e39c145919 100644 --- a/test/CodeGen/X86/x86-64-psub.ll +++ b/test/CodeGen/X86/x86-64-psub.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=x86_64-pc-linux -mcpu=corei7 < %s | FileCheck %s +; RUN: llc -mtriple=x86_64-pc-linux -mattr=mmx < %s | FileCheck %s ; MMX packed sub opcodes were wrongly marked as commutative. ; This test checks that the operands of packed sub instructions are -- 2.11.0