[all-commits] [llvm/llvm-project] 56b4b6: [SDAG] Fix release build
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Jul 18 05:10:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56b4b6e81b889080dd479b54d8cf48f4c20ba0e1
https://github.com/llvm/llvm-project/commit/56b4b6e81b889080dd479b54d8cf48f4c20ba0e1
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-07-18 (Mon, 18 Jul 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
Log Message:
-----------
[SDAG] Fix release build
This variable was only declared in debug builds, but is needed
in release builds as well.
More information about the All-commits
mailing list