diff options
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/RSProfiling.h')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/RSProfiling.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/RSProfiling.h b/llvm/lib/Transforms/Instrumentation/RSProfiling.h index 304ce08f7b3..e07db004523 100644 --- a/llvm/lib/Transforms/Instrumentation/RSProfiling.h +++ b/llvm/lib/Transforms/Instrumentation/RSProfiling.h @@ -26,4 +26,4 @@ namespace llvm { void IncrementCounterInBlock(BasicBlock *BB, unsigned CounterNum, GlobalValue *CounterArray); }; -}; +} |