Revert "[NFC] Fix incorrect comment in ExtInfo's constructor."

This reverts commit f07ba79377.
This commit is contained in:
Varun Gandhi
2020-01-22 07:17:43 -08:00
parent 355528931e
commit ae358842dc

View File

@@ -2969,7 +2969,7 @@ public:
static void assertIsFunctionType(const clang::Type *);
ExtInfo(unsigned Bits, Uncommon Other) : Bits(Bits), Other(Other) {
// TODO: [clang-function-type-serialization] Once we start serializing
// TODO: [store-sil-clang-function-type] Once we start serializing
// the Clang type, we should also assert that the pointer is non-null.
auto Rep = Representation(Bits & RepresentationMask);
if ((Rep == Representation::CFunctionPointer) && Other.ClangFunctionType)