Skip to content

Commit 901dddc

Browse files
committed
[HWASAN] NFC? Remove DW_OP_LLVM_tag_offset from DIExpression::isImplicit
isImplicit is meant to return true if the expression is an implicit location description.
1 parent 13c6f1e commit 901dddc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/IR/DebugInfoMetadata.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,6 @@ bool DIExpression::isImplicit() const {
15121512
default:
15131513
break;
15141514
case dwarf::DW_OP_stack_value:
1515-
case dwarf::DW_OP_LLVM_tag_offset:
15161515
return true;
15171516
}
15181517
}

0 commit comments

Comments
 (0)