Skip to content

Commit

Permalink
[NFC] [Test commit] Testing commit access with new email
Browse files Browse the repository at this point in the history
  • Loading branch information
djtodoro committed Feb 28, 2020
1 parent 84bd26a commit 4370445
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions llvm/test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.mir
@@ -1,14 +1,14 @@
# RUN: llc -debug-entry-values -run-pass=livedebugvalues -march=x86-64 -o - %s| FileCheck %s
#
#int global;
#int foo(int p, int q, int r) {
# global = p + 1;
# asm __volatile("" : : : "edi", "esi", "edx");
# return 123;
#}
#
# Verify that DW_OP_LLVM_entry_values are generated for parameters with multiple
# DBG_VALUEs at entry block.
## Test case:
## int global;
## int foo(int p, int q, int r) {
## global = p + 1;
## asm __volatile("" : : : "edi", "esi", "edx");
## return 123;
## }
##
## Verify that DW_OP_LLVM_entry_values are generated for parameters with multiple
## DBG_VALUEs at entry block.
# CHECK: DBG_VALUE $edi, $noreg, !{{.*}}, !DIExpression(DW_OP_LLVM_entry_value, 1), debug-location {{.*}}
# CHECK: DBG_VALUE $esi, $noreg, !{{.*}}, !DIExpression(DW_OP_LLVM_entry_value, 1), debug-location {{.*}}
# CHECK: DBG_VALUE $edx, $noreg, !{{.*}}, !DIExpression(DW_OP_LLVM_entry_value, 1), debug-location {{.*}}
Expand Down

0 comments on commit 4370445

Please sign in to comment.