forked from OSchip/llvm-project
parent
3e13b8c173
commit
d135068e53
|
@ -101,6 +101,9 @@ private:
|
|||
BuildLazyArguments();
|
||||
}
|
||||
void BuildLazyArguments() const;
|
||||
|
||||
Function(const Function&); // DO NOT IMPLEMENT
|
||||
void operator=(const Function&); // DO NOT IMPLEMENT
|
||||
public:
|
||||
/// Function ctor - If the (optional) Module argument is specified, the
|
||||
/// function is automatically inserted into the end of the function list for
|
||||
|
|
Loading…
Reference in New Issue