MS C does have inlining after all, just uses _inline instead of inline.
authorJeff Cohen <jeffc@jolt-lang.org>
Thu, 29 Mar 2007 17:42:21 +0000 (17:42 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Thu, 29 Mar 2007 17:42:21 +0000 (17:42 +0000)
commite2cd2a0b4bc4bcc059769d51fe40306c44e9e491
tree32c68db677d7eca7dd1c36af0ae9782671896032
parentcf525fcbae2ad70c9cee2f1941483bb1e51040ce
MS C does have inlining after all, just uses _inline instead of inline.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35467 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp