diff options
| author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2018-02-19 15:51:17 +0000 |
|---|---|---|
| committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2018-02-19 15:51:17 +0000 |
| commit | 7f0f8bb4bd0581ed28f99254b6cebcfa61913121 (patch) | |
| tree | 472f3a2d81a5dd2146a3794b9553603f5cd424d7 /llvm/test/CodeGen/ARM | |
| parent | 9a9556f07de093185f3822312f4b5aa33c6c9d9c (diff) | |
| download | bcm5719-llvm-7f0f8bb4bd0581ed28f99254b6cebcfa61913121.tar.gz bcm5719-llvm-7f0f8bb4bd0581ed28f99254b6cebcfa61913121.zip | |
[CodeGen] Fix tests breaking after r325505
llvm-svn: 325512
Diffstat (limited to 'llvm/test/CodeGen/ARM')
| -rw-r--r-- | llvm/test/CodeGen/ARM/sched-it-debug-nodes.mir | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/sched-it-debug-nodes.mir b/llvm/test/CodeGen/ARM/sched-it-debug-nodes.mir index 318a371e87c..56d6734027b 100644 --- a/llvm/test/CodeGen/ARM/sched-it-debug-nodes.mir +++ b/llvm/test/CodeGen/ARM/sched-it-debug-nodes.mir @@ -32,7 +32,8 @@ ; debug value as KILL'ed, resulting in a DEBUG_VALUE node changing codegen! (or ; hopefully, triggering an assert). - ; CHECK: BUNDLE implicit-def dead $itstate{{.*}} { + ; CHECK: BUNDLE implicit-def dead $itstate{{.*}} + ; CHECK-NEXT: { ; CHECK: DBG_VALUE debug-use $r1, debug-use $noreg, !"u" ; CHECK-NOT: DBG_VALUE killed $r1, $noreg, !"u" |

