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 e477f2f commit 01029b1Copy full SHA for 01029b1
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