[llvm-commits] [llvm] r73025 - /llvm/trunk/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll

Eli Friedman eli.friedman at gmail.com
Sun Jun 7 02:44:20 PDT 2009


Author: efriedma
Date: Sun Jun  7 04:44:19 2009
New Revision: 73025

URL: http://llvm.org/viewvc/llvm-project?rev=73025&view=rev
Log:
Fix the run-line for this test to work correctly outside of x86.


Modified:
    llvm/trunk/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll

Modified: llvm/trunk/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll?rev=73025&r1=73024&r2=73025&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll Sun Jun  7 04:44:19 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc | grep movl | count 2
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+mmx | grep movl | count 2
 
 define i64 @a(i32 %a, i32 %b) nounwind readnone {
 entry:





More information about the llvm-commits mailing list