Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
00b51bf123d83d19b4dfc916676a7aed1b9da41e
/
.
/
llvm
/
test
/
CodeGen
/
AVR
/
lower-formal-arguments-assertion.ll
blob: 4c1a5ef939bde0df9f441fe164f99f8aeef427b0 [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=avr | FileCheck %s
define
void
@foo
(
i1
)
{
; CHECK-LABEL: foo:
; CHECK: ret
ret
void
}