Don't leave temporary files in the test directory.

llvm-svn: 89531
This commit is contained in:
Jakob Stoklund Olesen 2009-11-21 02:05:31 +00:00
parent bc630aca39
commit 4c83e2c253
1 changed files with 2 additions and 2 deletions

View File

@ -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 {