Skip to content

Commit 1aa7b83

Browse files
committed
[Docs][NFC] Add doxygen comment for AtomicExpandPass in passes.h
1 parent e7a5347 commit 1aa7b83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/include/llvm/CodeGen/Passes.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ class raw_ostream;
3737

3838
// List of target independent CodeGen pass IDs.
3939
namespace llvm {
40+
41+
/// AtomicExpandPass - At IR level this pass replace atomic instructions with
42+
/// __atomic_* library calls, or target specific instruction which implement the
43+
/// same semantics in a way which better fits the target backend.
4044
FunctionPass *createAtomicExpandPass();
4145

4246
/// createUnreachableBlockEliminationPass - The LLVM code generator does not

0 commit comments

Comments
 (0)