summaryrefslogtreecommitdiffstats
path: root/lib/IR/Attributes.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-02-09 15:48:49 +0000
committerBill Wendling <isanbard@gmail.com>2013-02-09 15:48:49 +0000
commit0b77866f938315f5d21ad5dce774482528b8835d (patch)
tree7a5926a465712a1f7252bdca183ae6e1f1f15183 /lib/IR/Attributes.cpp
parent16274258d16342a2f91aaa3690b78ce74e4105f1 (diff)
downloadexternal_llvm-0b77866f938315f5d21ad5dce774482528b8835d.zip
external_llvm-0b77866f938315f5d21ad5dce774482528b8835d.tar.gz
external_llvm-0b77866f938315f5d21ad5dce774482528b8835d.tar.bz2
TEMPORARY SYNTAX CHANGE!
The original syntax for the attribute groups was ambiguous. For example: declare void @foo() #1 #0 = attributes { noinline } The '#0' would be parsed as an attribute reference for '@foo' and not as a top-level entity. In order to continue forward while waiting for a decision on what the correct syntax is, I'm changing it to this instead: declare void @foo() #1 attributes #0 = { noinline } Repeat: This is TEMPORARY until we decide what the correct syntax should be. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174813 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR/Attributes.cpp')
0 files changed, 0 insertions, 0 deletions