[all-commits] [llvm/llvm-project] 19fc8e: Add missing nullptr check.
adrian-prantl via All-commits
all-commits at lists.llvm.org
Wed Feb 10 12:15:49 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19fc8eede484ce50fa0341addeed55af12440dad
https://github.com/llvm/llvm-project/commit/19fc8eede484ce50fa0341addeed55af12440dad
Author: Adrian Prantl <aprantl at apple.com>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
M llvm/test/Transforms/Coroutines/coro-debug.ll
Log Message:
-----------
Add missing nullptr check.
salvageDebugInfoImpl() may fail and return a nullptr.
More information about the All-commits
mailing list