diff options
| author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2013-02-28 08:42:11 +0000 |
|---|---|---|
| committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2013-02-28 08:42:11 +0000 |
| commit | 4c9300e630145f6f0a6b622393d83bbe46e5c4f5 (patch) | |
| tree | 68d0df6120d597e923b37315afd501b4094ba7b3 /llvm/lib/Transforms | |
| parent | 00eef441ff25e096ba04ce25fca6ba726b5d5051 (diff) | |
| download | bcm5719-llvm-4c9300e630145f6f0a6b622393d83bbe46e5c4f5.tar.gz bcm5719-llvm-4c9300e630145f6f0a6b622393d83bbe46e5c4f5.zip | |
Remove unused leftover declarations.
llvm-svn: 176240
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp b/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp index 80705af9b81..b88d6410b13 100644 --- a/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp +++ b/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp @@ -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; |

