]> granicus.if.org Git - clang/commit
Have these attriubtes set to 'true' or 'false'.
authorBill Wendling <isanbard@gmail.com>
Wed, 13 Mar 2013 22:24:33 +0000 (22:24 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 13 Mar 2013 22:24:33 +0000 (22:24 +0000)
commit4159f05999914fc1d342131f64c1c37f00059288
tree58169ab78a7162a7205241e10be34ddc2ffdcade
parent55ea75bf61a5d76f6453513d937944ce68181c6a
Have these attriubtes set to 'true' or 'false'.

The back-end cannot differentiate between functions that are from a .ll file and
those generated from the front-end. We cannot then take the non-precense of
these attributes as a "false" value. Have the front-end explicitly set the value
to 'true' or 'false' depending upon what is actually set.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176985 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp