Jim Grosbach
51fff56d58
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
2012-07-30 22:44:17 +00:00
..
2012-07-18 19:35:16 +00:00
2012-07-30 22:44:17 +00:00
2012-07-27 16:25:20 +00:00
2012-06-27 22:28:30 +00:00
2011-12-12 22:45:54 +00:00
2012-05-18 19:12:01 +00:00
2010-07-20 18:25:19 +00:00
2012-05-11 01:41:30 +00:00
2012-06-22 13:32:49 +00:00
2012-05-18 19:12:01 +00:00
2012-06-22 13:32:49 +00:00
2012-06-22 20:14:46 +00:00
2012-07-23 08:51:15 +00:00
2011-10-10 18:09:38 +00:00
2010-12-16 03:20:06 +00:00
2011-11-16 08:38:26 +00:00
2012-07-03 06:01:27 +00:00
2009-10-05 18:43:19 +00:00
2012-07-23 08:51:15 +00:00
2011-12-12 17:34:04 +00:00
2011-02-28 21:45:04 +00:00
2012-06-27 22:28:30 +00:00
2012-06-22 20:14:46 +00:00
2012-07-21 02:15:19 +00:00
2012-01-19 19:32:20 +00:00
2012-04-02 08:32:38 +00:00
2011-09-19 17:56:00 +00:00
2010-05-17 23:08:19 +00:00
2010-12-17 05:50:29 +00:00
2012-06-22 20:14:46 +00:00
2011-11-15 16:46:22 +00:00
2012-06-22 20:14:46 +00:00
2012-05-11 01:41:30 +00:00
2012-03-26 06:58:25 +00:00
2012-01-31 23:02:57 +00:00
2012-06-22 20:14:46 +00:00
2012-07-27 16:25:20 +00:00
2010-05-07 17:17:41 +00:00
2012-05-11 01:41:30 +00:00
2012-05-11 01:41:30 +00:00
2011-03-19 02:42:31 +00:00
2012-05-18 19:12:01 +00:00
2012-07-07 04:00:00 +00:00
2012-05-11 01:41:30 +00:00
2011-07-26 00:24:13 +00:00
2010-03-18 00:59:10 +00:00
2011-07-20 05:58:47 +00:00
2012-05-11 01:41:30 +00:00
2012-03-15 09:03:03 +00:00
2012-06-22 20:14:46 +00:00