[PATCH] D44511: [MSan] Introduce ActualFnStart. NFC

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 21 13:27:46 PDT 2018


vitalybuka added inline comments.


================
Comment at: lib/Transforms/Instrumentation/MemorySanitizer.cpp:741
       : F(F), MS(MS), VAHelper(CreateVarArgHelper(F, MS, *this)) {
     bool SanitizeFunction = F.hasFnAttribute(Attribute::SanitizeMemory);
     InsertChecks = SanitizeFunction;
----------------
can you initialize ActualFnStart here?


Repository:
  rL LLVM

https://reviews.llvm.org/D44511





More information about the llvm-commits mailing list