We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac19fe3 commit 2674b1aCopy full SHA for 2674b1a
include/vast/Util/LLVMTypeConverter.hpp
@@ -89,7 +89,7 @@ namespace vast::util::tc
89
90
maybe_type_t convert_decayed(hl::DecayedType t)
91
{
92
- VAST_UNREACHABLE("We should encounter decayed this late in the pipeline, {0}", t);
+ VAST_UNREACHABLE("We shouldn't encounter decayed this late in the pipeline, {0}", t);
93
return {};
94
}
95
0 commit comments