================ Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:501 @@ -495,1 +500,3 @@ + bool HasInlineAsm; + std::unique_ptr<CallInst> EmptyInlineAsm; ---------------- kcc wrote: > HasNonEmptyInlineAsm? Done http://reviews.llvm.org/D6465