Whoops, comment this out for now. I'll fix it shortly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79806 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CGExprConstant.cpp b/lib/CodeGen/CGExprConstant.cpp
index 2770527..93c0647 100644
--- a/lib/CodeGen/CGExprConstant.cpp
+++ b/lib/CodeGen/CGExprConstant.cpp
@@ -801,6 +801,7 @@
}
}
+#if 0
if (const RecordType *RT = T->getAs<RecordType>()) {
const CGRecordLayout *Layout = Types.getCGRecordLayout(RT->getDecl());
if (Layout->containsMemberPointer()) {
@@ -808,6 +809,7 @@
}
}
+#endif
// FIXME: Handle structs that contain member pointers.
if (T->isMemberPointerType())