make -march=cpp handle the nocapture attribute, make it assert if it
authorChris Lattner <sabre@nondot.org>
Tue, 13 Jan 2009 07:22:22 +0000 (07:22 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Jan 2009 07:22:22 +0000 (07:22 +0000)
commitacca9559f4fdf99de62537592d7d63409229857b
tree315b73fbc35b4c89293e6e1c1b5e601fcafa2bd3
parent167650d41136ed738e364517be8a1412c4955423
make -march=cpp handle the nocapture attribute, make it assert if it
sees attributes it doesn't know.

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