test: harden test case to fail even in non-asserts build

The original test case was added in r292147.

Suggested-by: Michael Kruse <llvm@meinersbur.de>
llvm-svn: 292202
This commit is contained in:
Tobias Grosser 2017-01-17 07:03:25 +00:00
parent 729d30d0ae
commit 7fcb689ea8
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
; in such situations. This test case was added to demonstrate what needs to be
; resolved to support such access functions.
; CHECK: %polly.access.polly.access.X.load = getelementptr float, float* %polly.access.X.load, i64 %polly.indvar
define void @invariant_base_ptr(float* noalias %Array, float** noalias %X,
float* noalias %C) {