blob: 4c1a5ef939bde0df9f441fe164f99f8aeef427b0 [file] [log] [blame]
; RUN: llc < %s -march=avr | FileCheck %s
define void @foo(i1) {
; CHECK-LABEL: foo:
; CHECK: ret
ret void
}