diff options
Diffstat (limited to 'llvm/test/tools/llvm-profdata/c-general.test')
-rw-r--r-- | llvm/test/tools/llvm-profdata/c-general.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/tools/llvm-profdata/c-general.test b/llvm/test/tools/llvm-profdata/c-general.test index 7c48f7b..ab4849f 100644 --- a/llvm/test/tools/llvm-profdata/c-general.test +++ b/llvm/test/tools/llvm-profdata/c-general.test @@ -22,6 +22,6 @@ SWITCHES-LABEL: Functions shown: 1 CHECK-LABEL: Total functions: 12 CHECK-NEXT: Maximum function count: 1 CHECK-NEXT: Maximum internal block count: 100 -TOPN: boolean_operators, max count = 100 -TOPN-NEXT: simple_loops, max count = 100 -TOPN-NEXT: conditionals, max count = 100 +TOPN: simple_loops, max count = 100 +TOPN-NEXT: conditionals, max count = 100 +TOPN-NEXT: boolean_operators, max count = 100 |