1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-svn: 118797
This commit is contained in:
Chris Lattner 2010-11-11 17:17:56 +00:00
parent cfc32e3b5a
commit 3514fa6b11

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{