summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/lower-formal-arguments-assertion.ll
blob: 4c1a5ef939bde0df9f441fe164f99f8aeef427b0 (plain)
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
}
OpenPOWER on IntegriCloud