brintos

brintos / llvm-project-archived public Read only

0
0
Text · 195 B · 89fa044 Raw
10 lines · plain
1; RUN: llvm-as < %s | llvm-dis | FileCheck %s2; RUN: verify-uselistorder %s3 4; CHECK: align 10245define void @test(ptr %arg) {6entry:7        store i32 0, ptr %arg, align 10248        ret void9}10