Skip to content

Commit 57b5328

Browse files
committed
Restore mistakenly deleted comment line.
1 parent 2f7b421 commit 57b5328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/CodeGen/CGOpenMPRuntime.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6804,6 +6804,7 @@ LLVM_ENABLE_BITMASK_ENUMS_IN_NAMESPACE();
68046804
class MappableExprsHandler {
68056805
public:
68066806
/// Custom comparator for attach-pointer expressions that compares them by
6807+
/// complexity (i.e. their component-depth) first, then by the order in which
68076808
/// they were computed by collectAttachPtrExprInfo(), if they are semantically
68086809
/// different.
68096810
struct AttachPtrExprComparator {

0 commit comments

Comments
 (0)