diff options
| author | Andreas Simbuerger <simbuerg@fim.uni-passau.de> | 2014-12-19 16:49:39 +0000 |
|---|---|---|
| committer | Andreas Simbuerger <simbuerg@fim.uni-passau.de> | 2014-12-19 16:49:39 +0000 |
| commit | 6492b700c3b7f022da3a4238f29169ae430df360 (patch) | |
| tree | d8a91f6943eb69b4c3e1eaaa5136343ca09ba966 | |
| parent | ea3c8028871749a289d9d40a13962c0cf90d3c35 (diff) | |
| download | bcm5719-llvm-6492b700c3b7f022da3a4238f29169ae430df360.tar.gz bcm5719-llvm-6492b700c3b7f022da3a4238f29169ae430df360.zip | |
(diagnostics) Fix typo.
Thanks Albert Cohen.
llvm-svn: 224584
| -rw-r--r-- | polly/lib/Analysis/ScopDetectionDiagnostic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Analysis/ScopDetectionDiagnostic.cpp b/polly/lib/Analysis/ScopDetectionDiagnostic.cpp index 6e869cf3e60..fef69b35326 100644 --- a/polly/lib/Analysis/ScopDetectionDiagnostic.cpp +++ b/polly/lib/Analysis/ScopDetectionDiagnostic.cpp @@ -411,7 +411,7 @@ const DebugLoc &ReportFuncCall::getDebugLoc() const { } std::string ReportFuncCall::getEndUserMessage() const { - return "This function call cannot be handeled. " + return "This function call cannot be handled. " "Try to inline it."; } |

