summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Inline/optimization-remarks-yaml.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/Inline/optimization-remarks-yaml.ll')
-rw-r--r--llvm/test/Transforms/Inline/optimization-remarks-yaml.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/Transforms/Inline/optimization-remarks-yaml.ll b/llvm/test/Transforms/Inline/optimization-remarks-yaml.ll
index 1ba2e0a2694..b3ee9faa108 100644
--- a/llvm/test/Transforms/Inline/optimization-remarks-yaml.ll
+++ b/llvm/test/Transforms/Inline/optimization-remarks-yaml.ll
@@ -22,9 +22,9 @@
; YAML-NEXT: Hotness: 30
; YAML-NEXT: Args:
; YAML-NEXT: - Callee: foo
-; YAML-NEXT: - String: will not be inlined into
+; YAML-NEXT: - String: ' will not be inlined into '
; YAML-NEXT: - Caller: baz
-; YAML-NEXT: - String: because its definition is unavailable
+; YAML-NEXT: - String: ' because its definition is unavailable'
; YAML-NEXT: ...
; YAML-NEXT: --- !Missed
; YAML-NEXT: Pass: inline
@@ -34,9 +34,9 @@
; YAML-NEXT: Hotness: 30
; YAML-NEXT: Args:
; YAML-NEXT: - Callee: bar
-; YAML-NEXT: - String: will not be inlined into
+; YAML-NEXT: - String: ' will not be inlined into '
; YAML-NEXT: - Caller: baz
-; YAML-NEXT: - String: because its definition is unavailable
+; YAML-NEXT: - String: ' because its definition is unavailable'
; YAML-NEXT: ...
; ModuleID = '/tmp/s.c'
OpenPOWER on IntegriCloud