summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/Transforms/IPO/Instrumentor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/Instrumentor.cpp b/llvm/lib/Transforms/IPO/Instrumentor.cpp
index ea3f66c7ac44..1580d5145b32 100644
--- a/llvm/lib/Transforms/IPO/Instrumentor.cpp
+++ b/llvm/lib/Transforms/IPO/Instrumentor.cpp
@@ -218,7 +218,7 @@ bool InstrumentorImpl::instrumentInstruction(Instruction &I,
IIRB.returnAllocas();
return Changed;
-};
+}
bool InstrumentorImpl::instrumentFunction(Function &Fn) {
bool Changed = false;