summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-xray/X86/graph-simple-case.yaml
diff options
context:
space:
mode:
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.yaml6
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 }
...
OpenPOWER on IntegriCloud