forked from OSchip/llvm-project
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. llvm-svn: 344378
This commit is contained in:
parent
5bba1cafbe
commit
4b6f60073a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue