brintos

brintos / llvm-project-archived public Read only

0
0
Text · 114 B · 0191771 Raw
8 lines · plain
1; RUN: llc < %s -mtriple=avr | FileCheck %s2 3define void @foo(i1) {4; CHECK-LABEL: foo:5; CHECK: ret6  ret void7}8