summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2009-11-21 02:05:31 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2009-11-21 02:05:31 +0000
commitb99b63c2e54dad4f3b9cb7225544b2cf74cb1906 (patch)
tree63139447ff0f4be7461a0c1be59e9b271a31f518 /test/CodeGen
parent323d8c3ed72c9e440c2079e8c1954af69357c7cf (diff)
downloadllvm-b99b63c2e54dad4f3b9cb7225544b2cf74cb1906.tar.gz
llvm-b99b63c2e54dad4f3b9cb7225544b2cf74cb1906.tar.bz2
llvm-b99b63c2e54dad4f3b9cb7225544b2cf74cb1906.tar.xz
Don't leave temporary files in the test directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/Generic/2009-11-20-NewNode.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Generic/2009-11-20-NewNode.ll b/test/CodeGen/Generic/2009-11-20-NewNode.ll
index 890f5c1f81..92d7628f84 100644
--- a/test/CodeGen/Generic/2009-11-20-NewNode.ll
+++ b/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 {