brintos

brintos / llvm-project-archived public Read only

0
0
Text · 157 B · ce1fe2e Raw
10 lines · plain
1; RUN: llc -mtriple=thumbv7-windows -mcpu=cortex-a9 -o - %s | FileCheck %s2 3define void @function() nounwind {4entry:5  ret void6}7 8; CHECK-LABEL: function9 10