Improve style.
This commit is contained in:
parent
eeb99d7030
commit
d6b9cd9b0c
@ -245,8 +245,8 @@ namespace cling {
|
||||
|
||||
// Insert a cmp instruction before the "Inst" instruction to check whether the
|
||||
// argument "Arg" for the instruction "Inst" is null or not.
|
||||
void NullDerefProtectionTransformer::instrumentInst(
|
||||
llvm::Instruction* Inst, llvm::Value* Arg) {
|
||||
void NullDerefProtectionTransformer::instrumentInst(llvm::Instruction* Inst,
|
||||
llvm::Value* Arg) {
|
||||
llvm::BasicBlock* OldBB = Inst->getParent();
|
||||
|
||||
// Insert a cmp instruction to check whether "Arg" is null or not.
|
||||
|
Loading…
x
Reference in New Issue
Block a user