diff options
| author | Andreas Simbuerger <simbuerg@fim.uni-passau.de> | 2014-12-19 17:22:46 +0000 |
|---|---|---|
| committer | Andreas Simbuerger <simbuerg@fim.uni-passau.de> | 2014-12-19 17:22:46 +0000 |
| commit | cd8500e500d9359575a1b762d8dfc7d608e20d47 (patch) | |
| tree | 332b8a6dd1d618052c96407a0acb97ccd8189069 | |
| parent | be98f3c4ec1f814aa08e3e4ef2dfdf1a65341a53 (diff) | |
| download | bcm5719-llvm-cd8500e500d9359575a1b762d8dfc7d608e20d47.tar.gz bcm5719-llvm-cd8500e500d9359575a1b762d8dfc7d608e20d47.zip | |
(diagnostics) fix typo in test...
llvm-svn: 224591
| -rw-r--r-- | polly/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll b/polly/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll index 03bb5a2f69e..dae4376b442 100644 --- a/polly/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll +++ b/polly/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll @@ -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} |

