diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2009-11-21 02:05:31 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2009-11-21 02:05:31 +0000 |
commit | 4c83e2c253d0a8d763b52405173f3daa58fcd0a9 (patch) | |
tree | fa0579cf25052ccf6ad4a00ed855fee371349a6f /llvm/test/CodeGen/Generic | |
parent | bc630aca39a4c39bb246a982ccf4fc033eb760a3 (diff) | |
download | bcm5719-llvm-4c83e2c253d0a8d763b52405173f3daa58fcd0a9.tar.gz bcm5719-llvm-4c83e2c253d0a8d763b52405173f3daa58fcd0a9.zip |
Don't leave temporary files in the test directory.
llvm-svn: 89531
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r-- | llvm/test/CodeGen/Generic/2009-11-20-NewNode.ll | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |