Apply 'make format' [ci skip]
This commit is contained in:
parent
bd6b9161dc
commit
84cc08b756
|
|
@ -20,8 +20,7 @@ test.file_grep(test.stats,
|
|||
r'Optimizations, Loop unrolling, Lowered priority-encoder to mostsetbitp1\s+(\d+)',
|
||||
8)
|
||||
test.file_grep(test.stats,
|
||||
r'Optimizations, Loop unrolling, Lowered count-set-bits to countones\s+(\d+)',
|
||||
1)
|
||||
r'Optimizations, Loop unrolling, Lowered count-set-bits to countones\s+(\d+)', 1)
|
||||
|
||||
test.execute()
|
||||
|
||||
|
|
|
|||
|
|
@ -24,8 +24,7 @@ test.file_grep(test.stats,
|
|||
r'Optimizations, Loop unrolling, Lowered priority-encoder to mostsetbitp1\s+(\d+)',
|
||||
8)
|
||||
test.file_grep(test.stats,
|
||||
r'Optimizations, Loop unrolling, Lowered count-set-bits to countones\s+(\d+)',
|
||||
1)
|
||||
r'Optimizations, Loop unrolling, Lowered count-set-bits to countones\s+(\d+)', 1)
|
||||
|
||||
test.execute()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue