[polly] r224591 - (diagnostics) fix typo in test...

Andreas Simbuerger simbuerg at fim.uni-passau.de
Fri Dec 19 09:22:46 PST 2014


Author: simbuerg
Date: Fri Dec 19 11:22:46 2014
New Revision: 224591

URL: http://llvm.org/viewvc/llvm-project?rev=224591&view=rev
Log:
(diagnostics) fix typo in test...

Modified:
    polly/trunk/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll

Modified: polly/trunk/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll?rev=224591&r1=224590&r2=224591&view=diff
==============================================================================
--- polly/trunk/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll (original)
+++ polly/trunk/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll Fri Dec 19 11:22:46 2014
@@ -40,7 +40,7 @@ for.end:
 declare double @invalidCall(double*) #1
 
 ; CHECK: remark: ReportFuncCall.c:4:8: The following errors keep this region from being a Scop.
-; CHECK: remark: ReportFuncCall.c:5:12: This function call cannot be handeled. Try to inline it.
+; CHECK: remark: ReportFuncCall.c:5:12: This function call cannot be handled. Try to inline it.
 
 !llvm.dbg.cu = !{!0}
 !llvm.module.flags = !{!7, !8}





More information about the llvm-commits mailing list