diff options
author | Andreas Neustifter <astifter-llvm@gmx.at> | 2009-08-28 10:38:26 +0000 |
---|---|---|
committer | Andreas Neustifter <astifter-llvm@gmx.at> | 2009-08-28 10:38:26 +0000 |
commit | ed3a6bedca5150d8bafbc4bc8674b3e483815a7c (patch) | |
tree | 949946cfc79b9af5df3eb263165f72bae270bbae /llvm/test/Analysis | |
parent | d8e04ab88326d545b033d1a6fac170251273d98c (diff) | |
download | bcm5719-llvm-ed3a6bedca5150d8bafbc4bc8674b3e483815a7c.tar.gz bcm5719-llvm-ed3a6bedca5150d8bafbc4bc8674b3e483815a7c.zip |
Remove profiling output file because two consecutive runs of make check give
error.
llvm-svn: 80357
Diffstat (limited to 'llvm/test/Analysis')
-rw-r--r-- | llvm/test/Analysis/Profiling/profiling-tool-chain.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Analysis/Profiling/profiling-tool-chain.ll b/llvm/test/Analysis/Profiling/profiling-tool-chain.ll index 0613d3a039b..743c4669232 100644 --- a/llvm/test/Analysis/Profiling/profiling-tool-chain.ll +++ b/llvm/test/Analysis/Profiling/profiling-tool-chain.ll @@ -5,6 +5,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 | FileCheck --check-prefix=PROF %s +; RUN: rm llvmprof.out ; PROF: 1. 2/4 oneblock ; PROF: 2. 2/4 main |