summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2010-04-21 18:03:05 +0000
committerAnders Carlsson <andersca@mac.com>2010-04-21 18:03:05 +0000
commit34f54d55e2a96bd5566f44a4ad939da601cfa5f6 (patch)
treed0cd743fafa238a0e2a97bbd98a5f42ebd33eb73 /clang/lib/CodeGen
parent8a070a540d66bf8bf45f1e52c6ec5c087b04395a (diff)
downloadbcm5719-llvm-34f54d55e2a96bd5566f44a4ad939da601cfa5f6.tar.gz
bcm5719-llvm-34f54d55e2a96bd5566f44a4ad939da601cfa5f6.zip
Comment out an assert for now.
llvm-svn: 102007
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGClass.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGClass.cpp b/clang/lib/CodeGen/CGClass.cpp
index a21af413fd7..2b06e5e41d4 100644
--- a/clang/lib/CodeGen/CGClass.cpp
+++ b/clang/lib/CodeGen/CGClass.cpp
@@ -160,7 +160,10 @@ CodeGenFunction::GetAddressOfBaseClass(llvm::Value *Value,
return 0;
}
+#if 0
+ // FIXME: Re-enable this assert when the underlying bugs have been fixed.
assert(!Paths.isAmbiguous(BTy) && "Path is ambiguous");
+#endif
unsigned Start = 0;
OpenPOWER on IntegriCloud