Fix another error related to YAML quoting.
authorZachary Turner <zturner@google.com>
Fri, 12 Oct 2018 17:28:39 +0000 (17:28 +0000)
committerZachary Turner <zturner@google.com>
Fri, 12 Oct 2018 17:28:39 +0000 (17:28 +0000)
This one occured in polly, which I didn't build / test the first
time so I didn't catch it.

llvm-svn: 344378

polly/test/ScopDetectionDiagnostics/ReportUnprofitable.ll

index 6b56e3e..31124e4 100644 (file)
@@ -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.