From: Sanjay Patel Date: Sun, 1 Mar 2015 00:02:03 +0000 (+0000) Subject: fixed to test only the feature, not the feature and a CPU X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=74978345165881d2f59c0046445db4b414ef115c;p=oota-llvm.git fixed to test only the feature, not the feature and a CPU git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230883 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/isint.ll b/test/CodeGen/X86/isint.ll index 38d05c662bd..ea38d9e4ec2 100644 --- a/test/CodeGen/X86/isint.ll +++ b/test/CodeGen/X86/isint.ll @@ -1,8 +1,8 @@ -; RUN: llc < %s -mtriple=x86_64-pc-unknown -mattr=+sse2 -mcpu=penryn | FileCheck %s -; RUN: llc < %s -mtriple=i686-pc-unknown -mattr=+sse2 -mcpu=penryn | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-pc-unknown -mattr=+sse2 | FileCheck %s +; RUN: llc < %s -mtriple=i686-pc-unknown -mattr=+sse2 | FileCheck %s ; PR19059 -; RUN: llc < %s -mtriple=i686-pc-unknown -mattr=+sse2 -mcpu=penryn | FileCheck -check-prefix=CHECK32 %s +; RUN: llc < %s -mtriple=i686-pc-unknown -mattr=+sse2 | FileCheck -check-prefix=CHECK32 %s define i32 @isint_return(double %d) nounwind { ; CHECK-LABEL: isint_return: