1 ; RUN: llvm-as < %s | opt -always-inline | llvm-dis | not grep call
3 ; Ensure that threshold doesn't disrupt always inline.
4 ; RUN: llvm-as < %s | opt -inline-threshold=-2000000001 -always-inline | llvm-dis | not grep call
7 define internal i32 @if0() alwaysinline {