1 ; RUN: opt %loadPolly -polly-scops -disable-output < %s
3 ; Check that we do not crash with unsized (opaque) types.
5 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
7 %struct.s3 = type opaque
8 %struct.stmt = type opaque
10 ; Function Attrs: nounwind uwtable
11 define void @columnMem(ptr %pStmt) #0 {
15 if.else: ; preds = %entry
16 %0 = load ptr, ptr %pStmt, align 8
17 br i1 false, label %if.end9, label %if.then7
19 if.then7: ; preds = %if.else
22 if.end9: ; preds = %if.then7, %if.else