commit | fb384d61c78b60787ed65475d8403aee65023962 | [log] [tgz] |
---|---|---|
author | Micah Villmow <villmow@gmail.com> | Thu Oct 11 21:27:41 2012 +0000 |
committer | Micah Villmow <villmow@gmail.com> | Thu Oct 11 21:27:41 2012 +0000 |
tree | 7bf869f21ac85ae4ddbeea3069784c88381bd07e | |
parent | d9a3bad4487dee0b9ed1a0f5555dffe605826158 [diff] [blame] |
Revert 165732 for further review. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165747 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Instrumentation/AddressSanitizer.cpp b/lib/Transforms/Instrumentation/AddressSanitizer.cpp index 2fe3178..10ab9cb 100644 --- a/lib/Transforms/Instrumentation/AddressSanitizer.cpp +++ b/lib/Transforms/Instrumentation/AddressSanitizer.cpp
@@ -742,7 +742,7 @@ BL.reset(new BlackList(ClBlackListFile)); C = &(M.getContext()); - LongSize = TD->getPointerSizeInBits(0); + LongSize = TD->getPointerSizeInBits(); IntptrTy = Type::getIntNTy(*C, LongSize); IntptrPtrTy = PointerType::get(IntptrTy, 0);