From cf4f7199c9ce5ea89d07666f4316192cd6b68551 Mon Sep 17 00:00:00 2001 From: Andreas Neustifter Date: Fri, 28 Aug 2009 10:07:41 +0000 Subject: [PATCH] Removed unnecessary file creation during test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80356 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/Profiling/profiling-tool-chain.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Analysis/Profiling/profiling-tool-chain.ll b/test/Analysis/Profiling/profiling-tool-chain.ll index 3544ce2e2e0..0613d3a039b 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 -- 2.34.1