llvm-svn: 118797
This commit is contained in:
Chris Lattner 2010-11-11 17:17:56 +00:00
parent 68685e644f
commit 1d6aa32b87
1 changed files with 1 additions and 0 deletions

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{