forked from OSchip/llvm-project
Test cleanup -- remove duplicate run lines
llvm-svn: 255673
This commit is contained in:
parent
a6f24c6565
commit
2a27fc40a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue