(diagnostics) fix typo in test...
authorAndreas Simbuerger <simbuerg@fim.uni-passau.de>
Fri, 19 Dec 2014 17:22:46 +0000 (17:22 +0000)
committerAndreas Simbuerger <simbuerg@fim.uni-passau.de>
Fri, 19 Dec 2014 17:22:46 +0000 (17:22 +0000)
llvm-svn: 224591

polly/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll

index 03bb5a2..dae4376 100644 (file)
@@ -40,7 +40,7 @@ for.end:                                          ; preds = %for.end.loopexit, %
 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}