We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7275c17 commit b4b89a6Copy full SHA for b4b89a6
llvm/include/llvm/ADT/GenericSSAContext.h
@@ -54,7 +54,7 @@ template <typename _FunctionT> class GenericSSAContext {
54
55
// The null value for ValueRefT. For LLVM IR and MIR, this is simply the
56
// default constructed value.
57
- static constexpr ValueRefT *ValueRefNull = {};
+ static constexpr ValueRefT ValueRefNull = {};
58
59
// An InstructionT usually defines one or more ValueT objects.
60
using InstructionT = typename SSATraits::InstructionT;
0 commit comments