According to my auto-simplifier the most common missed simplifications in
[llvm/stm8.git] / test / Assembler / 2008-09-02-FunctionNotes.ll
blob761c91e864c4c84eed6a5ea39f1cc99607ad56de
1 ; Test function attributes
2 ; RUN: llvm-as < %s | llvm-dis | grep inline | count 2
4 define void @fn1() alwaysinline {
5   ret void
8 define void @fn2() noinline {
9   ret void
12 define void @fn3() {
13   ret void