PR3152.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60389
91177308-0d34-0410-b5e6-
96231b3b80d8
return;
}
+#if 0
+ // FIXME: Disabled while we figure out what to do about
+ // test/CodeGen/bitfield.c
+ //
// If we can, prefer a copy from a global; this is a lot less
// code for long globals, and it's easier for the current optimizers
// to analyze.
CGF.EmitAggregateCopy(DestPtr, GV, E->getType());
return;
}
-
+#endif
// Handle initialization of an array.
if (E->getType()->isArrayType()) {
const llvm::PointerType *APType =