repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git]
/
test
/
CodeGen
/
PowerPC
/
empty-functions.ll
blob
3a2907d5d7b9dbe1f3e72aa206f60ab4ce8beefe
1
; RUN: llc < %s -mtriple=powerpc-apple-darwin | FileCheck -check-prefix=CHECK-NO-FP %s
2
; RUN: llc < %s -mtriple=powerpc-apple-darwin -disable-fp-elim | FileCheck -check-prefix=CHECK-FP %s
3
4
define void @func() {
5
entry:
6
unreachable
7
}
8
; CHECK-NO-FP: _func:
9
; CHECK-NO-FP: nop
10
11
; CHECK-FP: _func:
12
; CHECK-FP: nop