1; RUN: llc < %s -mtriple=avr | FileCheck %s2 3define void @foo(i1) {4; CHECK-LABEL: foo:5; CHECK: ret6 ret void7}8