git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118797 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-11-11 17:17:56 +00:00
parent 7eab97f260
commit 1e68fdb946

View File

@ -1965,6 +1965,7 @@ bb3: ; preds = %entry
//===---------------------------------------------------------------------===//
clang -O3 fails to devirtualize this virtual inheritance case: (GCC PR45875)
Looks related to PR3100
struct c1 {};
struct c10 : c1{