diff options
Diffstat (limited to 'llvm/test/tools/llvm-xray/X86/graph-simple-case.yaml')
-rw-r--r-- | llvm/test/tools/llvm-xray/X86/graph-simple-case.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/tools/llvm-xray/X86/graph-simple-case.yaml b/llvm/test/tools/llvm-xray/X86/graph-simple-case.yaml index b43ae465160..b0d6dcf2fb4 100644 --- a/llvm/test/tools/llvm-xray/X86/graph-simple-case.yaml +++ b/llvm/test/tools/llvm-xray/X86/graph-simple-case.yaml @@ -23,10 +23,8 @@ header: nonstop-tsc: true cycle-frequency: 2601000000 records: - - { type: 0, func-id: 1, cpu: 1, thread: 111, kind: function-enter, - tsc: 10001 } - - { type: 0, func-id: 1, cpu: 1, thread: 111, kind: function-exit, - tsc: 10100 } + - { type: 0, func-id: 1, cpu: 1, thread: 111, kind: function-enter, tsc: 10001 } + - { type: 0, func-id: 1, cpu: 1, thread: 111, kind: function-exit, tsc: 10100 } ... |