mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 00:17:01 +00:00
Cleanup. Get rid of now dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165613 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -29,8 +29,6 @@ using namespace llvm;
|
||||
|
||||
Attributes::Attributes(uint64_t Val) : Attrs(Val) {}
|
||||
|
||||
Attributes::Attributes(Attribute::AttrConst Val) : Attrs(Val.v) {}
|
||||
|
||||
Attributes::Attributes(AttributesImpl *A) : Attrs(A->Bits) {}
|
||||
|
||||
Attributes::Attributes(const Attributes &A) : Attrs(A.Attrs) {}
|
||||
|
||||
Reference in New Issue
Block a user