Skip to content
Commit aa7c1cb5 authored by Chad Rosier's avatar Chad Rosier
Browse files

[ms-inline asm] MSVC parses multiple __asm statements on a single line as one

statement.  For example,

  if (x)
    __asm out dx, ax  __asm out dx, ax

results in a single inline asm statement (i.e., both "out dx, ax" statements are
predicated on if(x)).

llvm-svn: 161986
parent d63f1f5a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment