Reverse 206485.
authorGerolf Hoflehner <ghoflehner@apple.com>
Thu, 17 Apr 2014 19:14:06 +0000 (19:14 +0000)
committerGerolf Hoflehner <ghoflehner@apple.com>
Thu, 17 Apr 2014 19:14:06 +0000 (19:14 +0000)
commitd5e9413512a841b2a6cddd19ce1cccf2ff767054
tree788927f1a681012d7543c655dea683d412170b36
parenta32348530f4dd2afaa695233e77d129b2d79451b
Reverse 206485.

After some discussions the preferred semantics of
the always_inline attribute is
inline always when the compiler can determine
that it it safe to do so.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206487 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/IPA/InlineCost.cpp
test/Transforms/Inline/always-inline-attribute.ll [deleted file]
test/Transforms/Inline/always-inline.ll