Skip to content

Commit ce6eda8

Browse files
committed
another comment
1 parent 89b8293 commit ce6eda8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/include/llvm/Transforms/Utils/ValueMapper.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ enum RemapFlags {
106106
/// to self. Illegal if RF_IgnoreMissingLocals is also set.
107107
RF_NullMapMissingGlobalValues = 8,
108108

109-
/// Do not remap atom instances. Only safe if to do this if the cloned
109+
/// Do not remap source location atoms. Only safe if to do this if the cloned
110110
/// instructions being remapped are inserted into a new function, or an
111111
/// existing function where the inlined-at fields are updated. If in doubt,
112-
/// don't use this flag. It's used for compiler performance reasons rather
113-
/// than correctness.
112+
/// don't use this flag. It's used when remapping is known to be un-necessary
113+
/// to save some compile-time.
114114
RF_DoNotRemapAtoms = 16,
115115
};
116116

0 commit comments

Comments
 (0)