Chris Lattner c618c8aff4 emit jump table an alias ".set" directives through MCStreamer as
assignments.

.set x, a-b

is the same as:

x = a-b



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94596 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-26 21:53:08 +00:00
..
2009-10-30 14:33:14 +00:00
2010-01-19 00:35:20 +00:00
2009-10-21 08:15:52 +00:00
2010-01-05 17:55:26 +00:00
2009-11-17 20:38:36 +00:00
2009-09-24 20:23:02 +00:00
2009-09-15 20:58:02 +00:00
2009-09-15 20:58:02 +00:00
2009-10-07 20:51:42 +00:00