diff options
| author | Michael Kruse <llvm@meinersbur.de> | 2017-06-08 12:06:15 +0000 |
|---|---|---|
| committer | Michael Kruse <llvm@meinersbur.de> | 2017-06-08 12:06:15 +0000 |
| commit | a6d48f59a16f7cac43e55a346a7fed2de053cc13 (patch) | |
| tree | 6b6f83e8139ae7d4511d4be1daf530cc3a42c671 /polly/lib/CodeGen/PerfMonitor.cpp | |
| parent | 631109c09caf71f3677469f722cfd6f476ff9f62 (diff) | |
| download | bcm5719-llvm-a6d48f59a16f7cac43e55a346a7fed2de053cc13.tar.gz bcm5719-llvm-a6d48f59a16f7cac43e55a346a7fed2de053cc13.zip | |
Fix a lot of typos. NFC.
llvm-svn: 304974
Diffstat (limited to 'polly/lib/CodeGen/PerfMonitor.cpp')
| -rw-r--r-- | polly/lib/CodeGen/PerfMonitor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/PerfMonitor.cpp b/polly/lib/CodeGen/PerfMonitor.cpp index 971263fad0c..fce65fdeea9 100644 --- a/polly/lib/CodeGen/PerfMonitor.cpp +++ b/polly/lib/CodeGen/PerfMonitor.cpp @@ -235,7 +235,7 @@ Function *PerfMonitor::insertInitFunction(Function *FinalReporting) { // constructor lists are just appended, such that the initializer will appear // multiple times. To avoid initializations being run multiple times (and // especially to avoid that atExitFn is called more than once), we bail - // out if the intializer is run more than once. + // out if the initializer is run more than once. Value *HasRunBefore = Builder.CreateLoad(AlreadyInitializedPtr); Builder.CreateCondBr(HasRunBefore, EarlyReturn, InitBB); Builder.SetInsertPoint(EarlyReturn); |

