Marina Yatsina 146d2ec06d [ms-inline-asm] Fixing bug in single asm statement support
Fixing a crash caused by trying to merge a single-line asm statement with an asm block that follows it, e.g:
asm int 4
asm {
  int 5
}

Now, only adjacent single-line asm statements that are not surrounded by braces will be merged into one asm call.

Differential Revision: http://reviews.llvm.org/D17496

llvm-svn: 261618
2016-02-23 08:53:45 +00:00
..
2015-10-12 21:19:30 +00:00
2015-02-04 04:23:48 +00:00
2016-02-19 06:54:47 +00:00
2015-11-02 19:32:23 +00:00
2014-10-02 20:53:50 +00:00
2014-10-02 20:53:50 +00:00
2015-11-07 00:48:18 +00:00
2015-09-14 21:27:36 +00:00
2013-12-13 19:44:40 +00:00
2015-01-24 17:39:36 +00:00
2016-02-20 09:23:41 +00:00
2016-02-20 09:23:41 +00:00
2014-05-20 17:12:51 +00:00
2015-08-11 00:19:54 +00:00
2015-09-17 20:55:33 +00:00
2016-01-28 22:56:41 +00:00
2013-07-04 14:51:11 +00:00
2013-07-03 01:43:57 +00:00
2015-07-27 19:49:54 +00:00
2015-01-24 17:39:36 +00:00
2015-01-24 17:39:36 +00:00
2014-08-14 15:14:51 +00:00