[PATCH] D70293: Fix PR44001: assert failure in getFunctionLocalOffsetAfterInsn
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 18 07:42:31 PST 2019
djtodoro added a comment.
This looks good to me (with minor nit included).
================
Comment at: llvm/test/DebugInfo/Hexagon/bundled-call-pr44001.mir:28
+
+ ; Function Attrs: nounwind
+ declare void @llvm.stackprotector(i8*, i8**) #1
----------------
You can delete this one, since it is not being used in the `foo()`function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70293/new/
https://reviews.llvm.org/D70293
More information about the llvm-commits
mailing list