aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/RSProfiling.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Transforms/RSProfiling.h')
-rw-r--r--include/llvm/Transforms/RSProfiling.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/RSProfiling.h b/include/llvm/Transforms/RSProfiling.h
index 897f63ef62..2df2932f29 100644
--- a/include/llvm/Transforms/RSProfiling.h
+++ b/include/llvm/Transforms/RSProfiling.h
@@ -27,4 +27,4 @@ namespace llvm {
/// inserted by the profiler.
virtual bool isProfiling(Value* v) = 0;
};
-};
+}