diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:06:01 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:06:01 +0000 |
| commit | 486754660bb926339aefcf012a3f848592babb8b (patch) | |
| tree | ecdbc446c9876f4f120f701c243373cd3cb43db3 /test/CodeGen/opt-record-MIR.c | |
| parent | 55e6d896ad333f07bb3b1ba487df214fc268a4ab (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/opt-record-MIR.c')
| -rw-r--r-- | test/CodeGen/opt-record-MIR.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/opt-record-MIR.c b/test/CodeGen/opt-record-MIR.c index 00b91ffdf3cb..37239281e9e9 100644 --- a/test/CodeGen/opt-record-MIR.c +++ b/test/CodeGen/opt-record-MIR.c @@ -21,8 +21,9 @@ void foo(float *p, int i) { // YAML: --- !Missed // YAML: Pass: regalloc // YAML: Name: LoopSpillReload -// YAML: DebugLoc: { File: {{.*}}, -// YAML: Line: 10, Column: 11 } +// YAML: DebugLoc: { File: {{[^,]+}}, +// YAML: Line: 10, +// YAML: Column: 11 } // YAML: Function: foo // YAML: Args: // YAML: - NumSpills: '{{.}}' |
