Timm =?utf-8?q?Bäder?= <[email protected]>,
Timm =?utf-8?q?Bäder?= <[email protected]>,
Timm =?utf-8?q?Bäder?= <[email protected]>
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/65844/[email protected]>
================
@@ -1596,6 +1599,9 @@ bool
ByteCodeExprGen<Emitter>::visitZeroInitializer(QualType QT,
return this->emitZeroSint64(E);
case PT_Uint64:
return this->emitZeroUint64(E);
+ case PT_IntAP:
+ case PT_IntAPS:
+ assert(false);
----------------
tbaederr wrote:
All the `assert(false)` in this patch are just placeholders for things I need
to implement in later patches. I'm trying to keep the patches smaller so they
are easier to review.
https://github.com/llvm/llvm-project/pull/65844
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits