Skip to content

Commit 7a40416

Browse files
committed
Fix syntax error
1 parent e5a3a4b commit 7a40416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/IPO/Instrumentor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ bool InstrumentorImpl::instrumentInstruction(Instruction &I,
218218
IIRB.returnAllocas();
219219

220220
return Changed;
221-
};
221+
}
222222

223223
bool InstrumentorImpl::instrumentFunction(Function &Fn) {
224224
bool Changed = false;

0 commit comments

Comments
 (0)