]> granicus.if.org Git - clang/commit
Set call attribute for direct calls (i.e. noreturn).
authorDaniel Dunbar <daniel@zuster.org>
Fri, 20 Feb 2009 18:06:48 +0000 (18:06 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 20 Feb 2009 18:06:48 +0000 (18:06 +0000)
commitc0ef9f59937c3971c48b6fed37cf5bd8985c024b
tree5cc83e25acc874fda399923131dd15ef30e2a0f8
parent67956052ea5fb0cd7f443de96a11f9a0176dc681
Set call attribute for direct calls (i.e. noreturn).
 - Remove an unused variant of EmitCallExpr overload.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65130 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CodeGenFunction.h
test/CodeGen/function-attributes.c