diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/reference-argument.ll')
| -rw-r--r-- | llvm/test/DebugInfo/X86/reference-argument.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/X86/reference-argument.ll b/llvm/test/DebugInfo/X86/reference-argument.ll index 74846e7a971..47cbd688a88 100644 --- a/llvm/test/DebugInfo/X86/reference-argument.ll +++ b/llvm/test/DebugInfo/X86/reference-argument.ll @@ -12,9 +12,7 @@ ; CHECK: DW_AT_name {{.*}} "this" ; CHECK-NOT: DW_TAG_subprogram ; CHECK: DW_TAG_formal_parameter -; CHECK-NEXT: DW_AT_location -; rsi+0 -; CHECK-SAME: 74 00 +; CHECK-NEXT: DW_AT_location {{.*}}(DW_OP_breg4 RSI+0) ; CHECK-NEXT: DW_AT_name {{.*}} "v" target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" |

