repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
CodeGen
/
Thumb
/
2010-07-01-FuncAlign.ll
blob
c132a0a662223a4783b202f88921d3c078b0e61e
1
; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s
2
; Radar 8143571: Function alignments were off by a power of two.
3
; CHECK: .p2align 1
4
define void @test() {
5
ret void
6
}