mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Remove unused leftover declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176240 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9bf3e3972d
commit
14eadeda00
@ -420,11 +420,6 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
|
||||
bool InsertChecks;
|
||||
OwningPtr<VarArgHelper> VAHelper;
|
||||
|
||||
// An unfortunate workaround for asymmetric lowering of va_arg stuff.
|
||||
// See a comment in visitCallSite for more details.
|
||||
static const unsigned AMD64GpEndOffset = 48; // AMD64 ABI Draft 0.99.6 p3.5.7
|
||||
static const unsigned AMD64FpEndOffset = 176;
|
||||
|
||||
struct ShadowOriginAndInsertPoint {
|
||||
Instruction *Shadow;
|
||||
Instruction *Origin;
|
||||
|
Loading…
x
Reference in New Issue
Block a user