forked from OSchip/llvm-project
Add an arg to insertVal to allow us to prevent builtin types from being ignored
when they are inserted llvm-svn: 302
This commit is contained in:
parent
6bd07a6f51
commit
547bda8e18
|
@ -54,7 +54,7 @@ public:
|
|||
protected:
|
||||
// insertVal - Insert a value into the value table...
|
||||
//
|
||||
void insertVal(const Value *D);
|
||||
void insertVal(const Value *D, bool dontIgnore = false);
|
||||
|
||||
// visitMethod - This member is called after the constant pool has been
|
||||
// processed. The default implementation of this is a noop.
|
||||
|
|
Loading…
Reference in New Issue