[clang][Interp][NFC] Add a debugging assertion
authorTimm Bäder <tbaeder@redhat.com>
Thu, 20 Jul 2023 08:51:29 +0000 (10:51 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Thu, 20 Jul 2023 12:06:09 +0000 (14:06 +0200)
commit465f65a549e5fd092f6da8b09d0f1d50ca7f4ddc
tree30e9003b9a6ea5399daca165b459ba2f96c5ec49
parenta2160dd34d56ea5440cbb805657bfee0e2228073
[clang][Interp][NFC] Add a debugging assertion

We will probably have to remove this at some point, but until then, make
sure we're not running into much-harder-to-debug problems later on.
clang/lib/AST/Interp/ByteCodeExprGen.cpp