[llvm-commits] CVS: llvm/test/CodeGen/X86/vec_call.ll
Chris Lattner
sabre at nondot.org
Mon Apr 16 14:26:58 PDT 2007
Changes in directory llvm/test/CodeGen/X86:
vec_call.ll updated: 1.5 -> 1.6
---
Log message:
use an x86 t-t for an x86 test. Thanks to Dan for noticing this!
---
Diffs of the changes: (+2 -2)
vec_call.ll | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/CodeGen/X86/vec_call.ll
diff -u llvm/test/CodeGen/X86/vec_call.ll:1.5 llvm/test/CodeGen/X86/vec_call.ll:1.6
--- llvm/test/CodeGen/X86/vec_call.ll:1.5 Mon Apr 16 16:05:37 2007
+++ llvm/test/CodeGen/X86/vec_call.ll Mon Apr 16 16:26:37 2007
@@ -1,6 +1,6 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 -mtriple=powerpc-apple-darwin8 | \
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin8 | \
; RUN: grep {subl.*60}
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 -mtriple=powerpc-apple-darwin8 | \
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin8 | \
; RUN: grep {movdqa.*32}
void %test() {
More information about the llvm-commits
mailing list