forked from OSchip/llvm-project
parent
09b0dbfaf9
commit
88b8dceddf
|
@ -1226,7 +1226,8 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
|
|||
handleBswap(I);
|
||||
break;
|
||||
default:
|
||||
visitInstruction(I); break;
|
||||
visitInstruction(I);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue