<div dir="ltr"><div>in LLVM 3.3, file lib/Target/X86/X86GenAsmWriter1.inc is generated for Intel asm syntax. However, there are some lines like below:<br></div><div><br></div><div>....</div><div>  case 16:</div><div>    // ROL64mCL</div>

<div>    O << ", %cl"; </div><div>    return;</div><div>    break;</div><div>....</div><div><br></div><div><br></div><div>this is wrong, since "%cl" is not Intel syntax.</div><div><br></div><div>

hopefully somebody will fix this.</div><div><br></div><div>thanks.</div><div>Jun</div></div>