Chris Lattner 6a5e706e3c on darwin empty functions need to codegen into something of non-zero length,
otherwise labels get incorrectly merged.  We handled this by emitting a 
".byte 0", but this isn't correct on thumb/arm targets where the text segment
needs to be a multiple of 2/4 bytes.  Handle this by emitting a noop.  This
is more gross than it should be because arm/ppc are not fully mc'ized yet.

This fixes rdar://7908505

llvm-svn: 102400
2010-04-26 23:37:21 +00:00
..
2010-03-28 07:58:37 +00:00
2009-09-11 18:36:27 +00:00
2010-04-17 16:29:15 +00:00
2010-01-05 17:55:26 +00:00
2010-02-28 20:36:49 +00:00
2009-09-11 18:36:27 +00:00
2010-01-21 20:01:04 +00:00