mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Reverting r263474; it turns out there are uses of the public interface, but MSVC wasn't caring about them.
http://lab.llvm.org:8080/green//job/clang-stage1-cmake-RA-incremental_build/21475/consoleFull#-45876453249ba4694-19c4-4d7e-bec5-911270d8a58c http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/8879 llvm-svn: 263475
This commit is contained in:
parent
8cda7bef4f
commit
c67a26e6d8
@ -458,7 +458,7 @@ public:
|
||||
/// It contains a vector of bits, whose size is determined by the type.
|
||||
///
|
||||
class BitsInit final : public TypedInit, public FoldingSetNode,
|
||||
private TrailingObjects<BitsInit, Init *> {
|
||||
public TrailingObjects<BitsInit, Init *> {
|
||||
unsigned NumBits;
|
||||
|
||||
BitsInit(unsigned N)
|
||||
@ -590,7 +590,7 @@ public:
|
||||
/// ListInit - [AL, AH, CL] - Represent a list of defs
|
||||
///
|
||||
class ListInit final : public TypedInit, public FoldingSetNode,
|
||||
private TrailingObjects<BitsInit, Init *> {
|
||||
public TrailingObjects<BitsInit, Init *> {
|
||||
unsigned NumValues;
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user