[polly] r304287 - [NFC] [PerfMonitor] Fix typo.
Siddharth Bhat via llvm-commits
llvm-commits at lists.llvm.org
Wed May 31 01:12:05 PDT 2017
Author: bollu
Date: Wed May 31 03:12:04 2017
New Revision: 304287
URL: http://llvm.org/viewvc/llvm-project?rev=304287&view=rev
Log:
[NFC] [PerfMonitor] Fix typo.
"InserBefore" -> "InsertBefore"
Modified:
polly/trunk/include/polly/CodeGen/PerfMonitor.h
Modified: polly/trunk/include/polly/CodeGen/PerfMonitor.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/CodeGen/PerfMonitor.h?rev=304287&r1=304286&r2=304287&view=diff
==============================================================================
--- polly/trunk/include/polly/CodeGen/PerfMonitor.h (original)
+++ polly/trunk/include/polly/CodeGen/PerfMonitor.h Wed May 31 03:12:04 2017
@@ -37,7 +37,7 @@ public:
/// Mark the beginning of a timing region.
///
/// @param InsertBefore The instruction before which the timing region starts.
- void insertRegionStart(llvm::Instruction *InserBefore);
+ void insertRegionStart(llvm::Instruction *InsertBefore);
/// Mark the end of a timing region.
///
More information about the llvm-commits
mailing list