brintos

brintos / llvm-project-archived public Read only

0
0
Text · 160 B · 2b38690 Raw
9 lines · plain
1; RUN: llvm-as < %s | llvm-dis | FileCheck %s2 3; CHECK: %g = getelementptr i8, ptr %p4 5define i8* @ptr(i8* %p) {6  %g = getelementptr i8, i8* %p7  ret i8* %p8}9