]> granicus.if.org Git - clang/commit
Fix a TODO dealing with canonicalizing attributes on functions by
authorEric Christopher <echristo@gmail.com>
Wed, 1 Jul 2015 00:08:29 +0000 (00:08 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 1 Jul 2015 00:08:29 +0000 (00:08 +0000)
commit73c84e326a17c9547ef49c0393f5067d940459d7
treebdc8983680e8c89dd0df4f7b67d76370fdacfcfb
parentf5734c7b47115c3d9b002068fb1f2d1b714379c0
Fix a TODO dealing with canonicalizing attributes on functions by
using a string map to canonicalize. Fix up a couple of testcases
that needed changing since we are no longer simply appending features
to the list, but all of their mask dependencies as well.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241129 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
test/CodeGen/attr-target.c
test/CodeGen/function-target-features.c