Skip to content

Commit 97bece2

Browse files
committed
Add newline (and restart CI)
1 parent 19fd6df commit 97bece2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
15141514

15151515
Value *getInstName(Instruction *Instruction) {
15161516
Value *InstName = nullptr;
1517+
15171518
if (ClEmbedFaultingInst != MSanEmbedFaultingInstructionMode::None) {
15181519
IRBuilder<> IRB(Instruction);
15191520
StringRef InstNameStrRef;

0 commit comments

Comments
 (0)