summaryrefslogtreecommitdiff
path: root/polly
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2018-10-12 17:28:39 +0000
committerZachary Turner <zturner@google.com>2018-10-12 17:28:39 +0000
commit0d28a5a5100efcf1893807464a83ce2b54417d64 (patch)
tree4a88a24a2d2edddb9abdff3df028eff0c6a80966 /polly
parentd36064500a3fb98e279379a6b800e15b032673cd (diff)
Fix another error related to YAML quoting.
This one occured in polly, which I didn't build / test the first time so I didn't catch it.
Diffstat (limited to 'polly')
-rw-r--r--polly/test/ScopDetectionDiagnostics/ReportUnprofitable.ll12
1 files changed, 6 insertions, 6 deletions
diff --git a/polly/test/ScopDetectionDiagnostics/ReportUnprofitable.ll b/polly/test/ScopDetectionDiagnostics/ReportUnprofitable.ll
index 6b56e3e3760..31124e45579 100644
--- a/polly/test/ScopDetectionDiagnostics/ReportUnprofitable.ll
+++ b/polly/test/ScopDetectionDiagnostics/ReportUnprofitable.ll
@@ -29,7 +29,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
; YAML: --- !Missed
; YAML: Pass: polly-detect
; YAML: Name: RejectionErrors
-; YAML: DebugLoc: { File: /tmp/test.c, Line: 2, Column: 3 }
+; YAML: DebugLoc: { File: '/tmp/test.c', Line: 2, Column: 3 }
; YAML: Function: onlyWrite
; YAML: Args:
; YAML: - String: The following errors keep this region from being a Scop.
@@ -37,7 +37,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
; YAML: --- !Missed
; YAML: Pass: polly-detect
; YAML: Name: Unprofitable
-; YAML: DebugLoc: { File: /tmp/test.c, Line: 2, Column: 3 }
+; YAML: DebugLoc: { File: '/tmp/test.c', Line: 2, Column: 3 }
; YAML: Function: onlyWrite
; YAML: Args:
; YAML: - String: No profitable polyhedral optimization found
@@ -45,7 +45,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
; YAML: --- !Missed
; YAML: Pass: polly-detect
; YAML: Name: InvalidScopEnd
-; YAML: DebugLoc: { File: /tmp/test.c, Line: 3, Column: 10 }
+; YAML: DebugLoc: { File: '/tmp/test.c', Line: 3, Column: 10 }
; YAML: Function: onlyWrite
; YAML: Args:
; YAML: - String: Invalid Scop candidate ends here.
@@ -53,7 +53,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
; YAML: --- !Missed
; YAML: Pass: polly-detect
; YAML: Name: RejectionErrors
-; YAML: DebugLoc: { File: /tmp/test.c, Line: 7, Column: 3 }
+; YAML: DebugLoc: { File: '/tmp/test.c', Line: 7, Column: 3 }
; YAML: Function: onlyRead
; YAML: Args:
; YAML: - String: The following errors keep this region from being a Scop.
@@ -61,7 +61,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
; YAML: --- !Missed
; YAML: Pass: polly-detect
; YAML: Name: Unprofitable
-; YAML: DebugLoc: { File: /tmp/test.c, Line: 7, Column: 3 }
+; YAML: DebugLoc: { File: '/tmp/test.c', Line: 7, Column: 3 }
; YAML: Function: onlyRead
; YAML: Args:
; YAML: - String: No profitable polyhedral optimization found
@@ -69,7 +69,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
; YAML: --- !Missed
; YAML: Pass: polly-detect
; YAML: Name: InvalidScopEnd
-; YAML: DebugLoc: { File: /tmp/test.c, Line: 8, Column: 10 }
+; YAML: DebugLoc: { File: '/tmp/test.c', Line: 8, Column: 10 }
; YAML: Function: onlyRead
; YAML: Args:
; YAML: - String: Invalid Scop candidate ends here.