https://llvm.org/bugs/show_bug.cgi?id=21295
Sanjay Patel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Sanjay Patel <[email protected]> --- As of r233582, this looks fixed. The code near the end that used to be wrong is now correct: movb $-1, %cl movb $1, %ch movb %cl, %al LBB0_3: ## %fn1.exit movl L_b$non_lazy_ptr, %edx movb %cl, 12(%edx) movb %ch, 12(%edx) -- 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
