lower-formal-arguments-assertion.ll 112 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 ; RUN: llc < %s -march=avr | FileCheck %s define void @foo(i1) { ; CHECK-LABEL: foo: ; CHECK: ret ret void }