summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineTraceMetrics.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-07-30 22:44:17 +0000
committerJim Grosbach <grosbach@apple.com>2012-07-30 22:44:17 +0000
commit20666162e974d3eafb4cb949a3a6c92b031dc435 (patch)
tree326200b2407164ca4e0e304c719bf64a3d4c2f89 /llvm/lib/CodeGen/MachineTraceMetrics.cpp
parent0b01261cb070d665fc52b99f6da8b98ed09f55dd (diff)
downloadbcm5719-llvm-20666162e974d3eafb4cb949a3a6c92b031dc435.tar.gz
bcm5719-llvm-20666162e974d3eafb4cb949a3a6c92b031dc435.zip
Keep empty assembly macro argument values in the middle of the list.
Empty macro arguments at the end of the list should be as-if not specified at all, but those in the middle of the list need to be kept so as not to screw up the positional numbering. E.g.: .macro foo foo_-bash___: nop .endm foo 1, 2, 3, 4 foo 1, , 3, 4 Should create two labels, "foo_1_2_3_4" and "foo_1__3_4". rdar://11948769 llvm-svn: 161002
Diffstat (limited to 'llvm/lib/CodeGen/MachineTraceMetrics.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud