[llvm] r192174 - Fix a typo in the mattr part of the run line.

Craig Topper craig.topper at gmail.com
Mon Oct 7 23:12:26 PDT 2013


Author: ctopper
Date: Tue Oct  8 01:12:26 2013
New Revision: 192174

URL: http://llvm.org/viewvc/llvm-project?rev=192174&view=rev
Log:
Fix a typo in the mattr part of the run line.


Modified:
    llvm/trunk/test/CodeGen/X86/vec_set-C.ll

Modified: llvm/trunk/test/CodeGen/X86/vec_set-C.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_set-C.ll?rev=192174&r1=192173&r2=192174&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_set-C.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_set-C.ll Tue Oct  8 01:12:26 2013
@@ -1,6 +1,6 @@
 ; RUN: llc < %s -march=x86 -mtriple=i386-linux-gnu -mattr=+sse2,-avx | grep movq
 ; RUN: llc < %s -march=x86 -mtriple=i386-linux-gnu -mattr=+sse2,-avx | grep mov | count 1
-; RUN: llc < %s -march=x86-64 -mtriple=x86_64-pc-linux -mattr=+sse2-avx | grep movd
+; RUN: llc < %s -march=x86-64 -mtriple=x86_64-pc-linux -mattr=+sse2,-avx | grep movd
 
 define <2 x i64> @t1(i64 %x) nounwind  {
 	%tmp8 = insertelement <2 x i64> zeroinitializer, i64 %x, i32 0





More information about the llvm-commits mailing list