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