1; RUN: opt %loadPolly -polly-scops -disable-output < %s
2;
3; Check that we do not crash with unsized (opaque) types.
4;
5target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
6
7%struct.s3 = type opaque
8%struct.stmt = type opaque
9
10; Function Attrs: nounwind uwtable
11define void @columnMem(%struct.stmt* %pStmt) #0 {
12entry:
13  br label %if.else
14
15if.else:                                          ; preds = %entry
16  %db = bitcast %struct.stmt* %pStmt to %struct.s3**
17  %0 = load %struct.s3*, %struct.s3** %db, align 8
18  br i1 false, label %if.end9, label %if.then7
19
20if.then7:                                         ; preds = %if.else
21  br label %if.end9
22
23if.end9:                                          ; preds = %if.then7, %if.else
24  ret void
25}
26