https://llvm.org/bugs/show_bug.cgi?id=26719
Bug ID: 26719 Summary: Error in description of atomic load instruction Product: Documentation Version: trunk Hardware: All OS: All Status: NEW Severity: normal Priority: P Component: General docs Assignee: unassignedb...@nondot.org Reporter: schnet...@gmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified The documentation of the "load" instruction, as described e.g. on <http://llvm.org/docs/LangRef.html#load-instruction>, contains an error. The documentation currently says: {{{ <result> = load atomic [volatile] <ty>* <pointer> [singlethread] <ordering>, align <alignment> [, !invariant.group !<index>] }}} This is wrong; the expression {{{<ty>* <pointer>}}} should instead be {{{<ty>, <ty>* <pointer>}}}. The line above, describing non-atomic loads, is correct. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs