diff options
author | Andreas Neustifter <astifter-llvm@gmx.at> | 2009-08-28 10:07:41 +0000 |
---|---|---|
committer | Andreas Neustifter <astifter-llvm@gmx.at> | 2009-08-28 10:07:41 +0000 |
commit | d8e04ab88326d545b033d1a6fac170251273d98c (patch) | |
tree | e70d5e717dd3d3a06ba84c6f32029566f5bbd69e | |
parent | 52afe22566f91f57e2715fa5812451947931cc9e (diff) | |
download | bcm5719-llvm-d8e04ab88326d545b033d1a6fac170251273d98c.tar.gz bcm5719-llvm-d8e04ab88326d545b033d1a6fac170251273d98c.zip |
Removed unnecessary file creation during test.
llvm-svn: 80356
-rw-r--r-- | llvm/test/Analysis/Profiling/profiling-tool-chain.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/Profiling/profiling-tool-chain.ll b/llvm/test/Analysis/Profiling/profiling-tool-chain.ll index 3544ce2e2e0..0613d3a039b 100644 --- a/llvm/test/Analysis/Profiling/profiling-tool-chain.ll +++ b/llvm/test/Analysis/Profiling/profiling-tool-chain.ll @@ -4,7 +4,7 @@ ; RUN: lli -load %llvmlibsdir/profile_rt%shlibext %t2 ; RUN: lli -load %llvmlibsdir/profile_rt%shlibext %t2 1 2 -; RUN: llvm-prof -print-all-code %t1 | tee %t3 | FileCheck --check-prefix=PROF %s +; RUN: llvm-prof -print-all-code %t1 | FileCheck --check-prefix=PROF %s ; PROF: 1. 2/4 oneblock ; PROF: 2. 2/4 main |