repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AVR
/
lower-formal-arguments-assertion.ll
blob
4c1a5ef939bde0df9f441fe164f99f8aeef427b0
1
; RUN: llc < %s -march=avr | FileCheck %s
2
3
define void @foo(i1) {
4
; CHECK-LABEL: foo:
5
; CHECK: ret
6
ret void
7
}