http://llvm.org/bugs/show_bug.cgi?id=15779

            Bug ID: 15779
           Summary: jnz mnemonic not supported in ms-inline asm
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

void f()
{
Loop0:
    __asm {
         jnz Loop0
    }

}

gives:
<inline asm>:2:2: error: invalid instruction mnemonic 'jnz'

This also comes from jxrlib

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to