[llvm] r230883 - fixed to test only the feature, not the feature and a CPU

Sanjay Patel spatel at rotateright.com
Sat Feb 28 16:02:03 PST 2015


Author: spatel
Date: Sat Feb 28 18:02:03 2015
New Revision: 230883

URL: http://llvm.org/viewvc/llvm-project?rev=230883&view=rev
Log:
fixed to test only the feature, not the feature and a CPU

Modified:
    llvm/trunk/test/CodeGen/X86/isint.ll

Modified: llvm/trunk/test/CodeGen/X86/isint.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/isint.ll?rev=230883&r1=230882&r2=230883&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/isint.ll (original)
+++ llvm/trunk/test/CodeGen/X86/isint.ll Sat Feb 28 18:02:03 2015
@@ -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:





More information about the llvm-commits mailing list