mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-30 07:33:23 +00:00
make the Value constructor protected.
llvm-svn: 106427
This commit is contained in:
parent
dde4324c3c
commit
42e833c9c4
@ -93,8 +93,8 @@ protected:
|
||||
/// printing behavior.
|
||||
virtual void printCustom(raw_ostream &O) const;
|
||||
|
||||
public:
|
||||
Value(const Type *Ty, unsigned scid);
|
||||
public:
|
||||
virtual ~Value();
|
||||
|
||||
/// dump - Support for debugging, callable in GDB: V->dump()
|
||||
|
Loading…
Reference in New Issue
Block a user