Test cleanup -- remove duplicate run lines
authorXinliang David Li <davidxl@google.com>
Tue, 15 Dec 2015 21:15:06 +0000 (21:15 +0000)
committerXinliang David Li <davidxl@google.com>
Tue, 15 Dec 2015 21:15:06 +0000 (21:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255673 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-profdata/value-prof.proftext

index effa6d5754a6fc788e4c6f16d710372f84a45a38..ca2b1f822097b15a4dbbfe6384ab6308f267a74f 100644 (file)
@@ -55,7 +55,3 @@ foo2:20000
 #ICTEXT-NEXT: foo2:1000
 #ICTEXT-NEXT: 1
 #ICTEXT-NEXT: foo2:20000
-# RUN: llvm-profdata show -ic-targets  -all-functions %s | FileCheck %s --check-prefix=IC
-# RUN: llvm-profdata show -ic-targets -counts -text -all-functions %s | FileCheck %s --check-prefix=ICTEXT
-# RUN: llvm-profdata merge -o %t.profdata  %s
-# RUN: llvm-profdata show -ic-targets  -all-functions %t.profdata | FileCheck %s --check-prefix=IC