Test cleanup -- remove duplicate run lines

llvm-svn: 255673
This commit is contained in:
Xinliang David Li 2015-12-15 21:15:06 +00:00
parent a6f24c6565
commit 2a27fc40a8
1 changed files with 0 additions and 4 deletions

View 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