mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-13 15:37:24 +00:00
Disallow copying explicitly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45518 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
50ee9ddc8f
commit
49269d9e7e
@ -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…
x
Reference in New Issue
Block a user