From d2d42f1b2d4cb3f7e2f4ce5e60f7928f5302c514 Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Wed, 1 May 2013 22:46:50 +0000 Subject: Avoid generating tempfile(s) never used As DejaGNU is deprecated, it seems pipe-jam issue doesn't exist any more. llvm-svn: 180892 --- llvm/test/CodeGen/X86/vector.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test/CodeGen/X86/vector.ll') diff --git a/llvm/test/CodeGen/X86/vector.ll b/llvm/test/CodeGen/X86/vector.ll index 46b0e1890f1..82d20a23f35 100644 --- a/llvm/test/CodeGen/X86/vector.ll +++ b/llvm/test/CodeGen/X86/vector.ll @@ -1,6 +1,6 @@ ; Test that vectors are scalarized/lowered correctly. -; RUN: llc < %s -march=x86 -mcpu=i386 > %t -; RUN: llc < %s -march=x86 -mcpu=yonah >> %t +; RUN: llc < %s -march=x86 -mcpu=i386 +; RUN: llc < %s -march=x86 -mcpu=yonah %d8 = type <8 x double> %f1 = type <1 x float> -- cgit v1.2.3