From c8054d90fbe7ff386577c27dd51d597924036cde Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 9 Sep 2009 00:09:15 +0000 Subject: Eliminate more uses of llvm-as and llvm-dis. llvm-svn: 81293 --- llvm/test/CodeGen/PowerPC/vec_misaligned.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/PowerPC/vec_misaligned.ll') diff --git a/llvm/test/CodeGen/PowerPC/vec_misaligned.ll b/llvm/test/CodeGen/PowerPC/vec_misaligned.ll index 15376caebef..d7ed64a5b1c 100644 --- a/llvm/test/CodeGen/PowerPC/vec_misaligned.ll +++ b/llvm/test/CodeGen/PowerPC/vec_misaligned.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 +; RUN: llc < %s -march=ppc32 -mcpu=g5 target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f128:64:128" target triple = "powerpc-apple-darwin8" -- cgit v1.2.3