; RUN: opt %loadPolly -polly-codegen < %s ; ; Regression test for a bug in the runtime check generation. ; This was extracted from the blas testcase. It crashed in one ; part of the runtime check generation at some point. To be ; precise, we couldn't find a suitable block to put the RTC code in. ; ; int sscal(int n, float sa, float *sx) { ; for(int i=0; i