From 9737a63ed8786e58e5aa261df1587673c9eba32d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 8 Sep 2009 16:50:01 +0000 Subject: Change these tests to feed the assembly files to opt directly, instead of using llvm-as, now that opt supports this. llvm-svn: 81226 --- llvm/test/Transforms/IndVarSimplify/2007-01-08-X86-64-Pointer.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test/Transforms/IndVarSimplify/2007-01-08-X86-64-Pointer.ll') diff --git a/llvm/test/Transforms/IndVarSimplify/2007-01-08-X86-64-Pointer.ll b/llvm/test/Transforms/IndVarSimplify/2007-01-08-X86-64-Pointer.ll index 7078494a929..de226a140ad 100644 --- a/llvm/test/Transforms/IndVarSimplify/2007-01-08-X86-64-Pointer.ll +++ b/llvm/test/Transforms/IndVarSimplify/2007-01-08-X86-64-Pointer.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -march=x86-64 | grep {(%rdi,%rax,8)} -; RUN: llvm-as < %s | llc -march=x86-64 | not grep {addq.*8} +; RUN: llc %s -o - -march=x86-64 | grep {(%rdi,%rax,8)} +; RUN: llc %s -o - -march=x86-64 | not grep {addq.*8} define void @foo(double* %y) nounwind { entry: -- cgit v1.2.3