brintos

brintos / llvm-project-archived public Read only

0
0
Text · 304 B · 2d030ae Raw
18 lines · plain
1; RUN: llc -mtriple thumbv7-windows -filetype asm -o - %s | FileCheck %s2 3define dso_local void @func1() {4entry:5  call void @func2()6  ret void7}8 9define private void @func2() {10entry:11  ret void12}13 14; CHECK:      .def    .Lfunc2;15; CHECK-NEXT: .scl    3;16; CHECK-NEXT: .type   32;17; CHECK-NEXT: .endef18