diff options
Diffstat (limited to 'polly/test/CodeGen/debug-intrinsics.ll')
| -rw-r--r-- | polly/test/CodeGen/debug-intrinsics.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/polly/test/CodeGen/debug-intrinsics.ll b/polly/test/CodeGen/debug-intrinsics.ll index 25c63da4891c..65fa6780d972 100644 --- a/polly/test/CodeGen/debug-intrinsics.ll +++ b/polly/test/CodeGen/debug-intrinsics.ll @@ -42,11 +42,11 @@ for.end: ; preds = %for.cond.for.end_cr ; CHECK: polly.split_new_and_old: -; CHECK: tail call void @llvm.dbg.value -; CHECK: tail call void @llvm.dbg.value -; CHECK: tail call void @llvm.dbg.value -; CHECK: tail call void @llvm.dbg.value -; CHECK-NOT: tail call void @llvm.dbg.value +; CHECK: #dbg_value +; CHECK: #dbg_value +; CHECK: #dbg_value +; CHECK: #dbg_value +; CHECK-NOT: #dbg_value ; Function Attrs: nounwind readnone declare void @llvm.dbg.declare(metadata, metadata, metadata) #1 |
