summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineSink.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
commita7c3877dc702f2d54e8c4dd184dc49937fbc95f5 (patch)
treea1a445b328ced84a733221958adfd06e2e4ccd82 /llvm/lib/CodeGen/MachineSink.cpp
parent33ab8a2187b9e14355646f9dd2ff472e0965a7c6 (diff)
downloadbcm5719-llvm-a7c3877dc702f2d54e8c4dd184dc49937fbc95f5.tar.gz
bcm5719-llvm-a7c3877dc702f2d54e8c4dd184dc49937fbc95f5.zip
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. llvm-svn: 174813
Diffstat (limited to 'llvm/lib/CodeGen/MachineSink.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud