brintos

brintos / llvm-project-archived public Read only

0
0
Text · 305 B · fc5ee34 Raw
12 lines · plain
1; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s2; RUN: verify-uselistorder %s3 4define void @foo() {5entry:6; CHECK: %alloc32 = alloca i1, align 87; CHECK: %alloc64 = alloca i1, i64 1, align 88  %alloc32 = alloca i1, i32 1, align 89  %alloc64 = alloca i1, i64 1, align 810  unreachable11}12