diff options
Diffstat (limited to 'llvm/test/Transforms/SafeStack/X86')
| -rw-r--r-- | llvm/test/Transforms/SafeStack/X86/debug-loc.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Transforms/SafeStack/X86/debug-loc.ll b/llvm/test/Transforms/SafeStack/X86/debug-loc.ll index 66a7d7b..5874547 100644 --- a/llvm/test/Transforms/SafeStack/X86/debug-loc.ll +++ b/llvm/test/Transforms/SafeStack/X86/debug-loc.ll @@ -23,7 +23,7 @@ entry: ; CHECK-NOT: #dbg_declare ; CHECK: #dbg_declare(ptr %[[USP]], ![[VAR_ARG:.*]], !DIExpression(DW_OP_constu, 104, DW_OP_minus), ; CHECK-NOT: #dbg_declare -; CHECK: #dbg_declare(ptr %[[USP]], ![[VAR_LOCAL:.*]], !DIExpression(DW_OP_constu, 208, DW_OP_minus), +; CHECK: #dbg_declare(ptr %[[USP]], ![[VAR_LOCAL:.*]], !DIExpression(DW_OP_constu, 204, DW_OP_minus), ; CHECK-NOT: #dbg_declare call void @Capture(ptr %zzz), !dbg !23 @@ -37,7 +37,6 @@ entry: } ; CHECK-DAG: ![[VAR_ARG]] = !DILocalVariable(name: "zzz" -; 100 aligned up to 8 ; CHECK-DAG: ![[VAR_LOCAL]] = !DILocalVariable(name: "xxx" |
