[llvm-commits] [llvm] r80356 - /llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll
Andreas Neustifter
astifter at gmx.at
Fri Aug 28 03:07:41 PDT 2009
Author: astifter
Date: Fri Aug 28 05:07:41 2009
New Revision: 80356
URL: http://llvm.org/viewvc/llvm-project?rev=80356&view=rev
Log:
Removed unnecessary file creation during test.
Modified:
llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll
Modified: llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll?rev=80356&r1=80355&r2=80356&view=diff
==============================================================================
--- llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll (original)
+++ llvm/trunk/test/Analysis/Profiling/profiling-tool-chain.ll Fri Aug 28 05:07:41 2009
@@ -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
More information about the llvm-commits
mailing list