[llvm-commits] [llvm] r66797 - /llvm/trunk/test/CodeGen/X86/i64-mem-copy.ll
Evan Cheng
evan.cheng at apple.com
Thu Mar 12 10:07:40 PDT 2009
Author: evancheng
Date: Thu Mar 12 12:07:39 2009
New Revision: 66797
URL: http://llvm.org/viewvc/llvm-project?rev=66797&view=rev
Log:
Typo.
Modified:
llvm/trunk/test/CodeGen/X86/i64-mem-copy.ll
Modified: llvm/trunk/test/CodeGen/X86/i64-mem-copy.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/i64-mem-copy.ll?rev=66797&r1=66796&r2=66797&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/i64-mem-copy.ll (original)
+++ llvm/trunk/test/CodeGen/X86/i64-mem-copy.ll Thu Mar 12 12:07:39 2009
@@ -1,7 +1,7 @@
; RUN: llvm-as < %s | llc -march=x86-64 | grep {movq.*(%rsi), %rax}
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep {movsd.*(%eax),}
-; Uses movsd to load / store i64 values in sse2 is available.
+; Uses movsd to load / store i64 values if sse2 is available.
; rdar://6659858
More information about the llvm-commits
mailing list