From 4c83e2c253d0a8d763b52405173f3daa58fcd0a9 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Sat, 21 Nov 2009 02:05:31 +0000 Subject: Don't leave temporary files in the test directory. llvm-svn: 89531 --- llvm/test/CodeGen/Generic/2009-11-20-NewNode.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test/CodeGen/Generic/2009-11-20-NewNode.ll') diff --git a/llvm/test/CodeGen/Generic/2009-11-20-NewNode.ll b/llvm/test/CodeGen/Generic/2009-11-20-NewNode.ll index 890f5c1f81b..92d7628f842 100644 --- a/llvm/test/CodeGen/Generic/2009-11-20-NewNode.ll +++ b/llvm/test/CodeGen/Generic/2009-11-20-NewNode.ll @@ -1,5 +1,5 @@ -; RUN: llc -march=msp430 %s -; RUN: llc -march=pic16 %s +; RUN: llc -march=msp430 < %s +; RUN: llc -march=pic16 < %s ; PR5558 define i64 @_strtoll_r(i16 %base) nounwind { -- cgit v1.2.3