summaryrefslogtreecommitdiff
path: root/test/Analysis/Profiling
diff options
context:
space:
mode:
authorAndreas Neustifter <astifter-llvm@gmx.at>2009-08-28 10:07:41 +0000
committerAndreas Neustifter <astifter-llvm@gmx.at>2009-08-28 10:07:41 +0000
commitcf4f7199c9ce5ea89d07666f4316192cd6b68551 (patch)
tree9b4b35a00c084c4f908291787b2b2d2036ce7e6b /test/Analysis/Profiling
parent82fdcede12ce1ef54b8463627f845340129918ed (diff)
downloadllvm-cf4f7199c9ce5ea89d07666f4316192cd6b68551.tar.gz
llvm-cf4f7199c9ce5ea89d07666f4316192cd6b68551.tar.bz2
llvm-cf4f7199c9ce5ea89d07666f4316192cd6b68551.tar.xz
Removed unnecessary file creation during test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80356 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/Profiling')
-rw-r--r--test/Analysis/Profiling/profiling-tool-chain.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/Profiling/profiling-tool-chain.ll b/test/Analysis/Profiling/profiling-tool-chain.ll
index 3544ce2e2e..0613d3a039 100644
--- a/test/Analysis/Profiling/profiling-tool-chain.ll
+++ b/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