File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/include/llvm/Transforms/Utils Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,11 +106,11 @@ enum RemapFlags {
106
106
// / to self. Illegal if RF_IgnoreMissingLocals is also set.
107
107
RF_NullMapMissingGlobalValues = 8 ,
108
108
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
110
110
// / instructions being remapped are inserted into a new function, or an
111
111
// / 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 .
114
114
RF_DoNotRemapAtoms = 16 ,
115
115
};
116
116
You can’t perform that action at this time.
0 commit comments