Skip to content

Commit e7b0641

Browse files
committed
address feedback
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent e866ecf commit e7b0641

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang/include/clang/Basic/Builtins.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,8 @@ class Context {
408408

409409
unsigned getRequiredVectorWidth(unsigned ID) const;
410410

411-
/// Return true if builtin ID belongs to only the AuxTarget.
412-
/// Return false if builtin ID belongs to both the primary
413-
/// and auxiliary target.
411+
/// Return true if the builtin ID belongs exclusively to the AuxTarget,
412+
/// and false if it belongs to both primary and aux target, or neither.
414413
bool isAuxBuiltinID(unsigned ID) const {
415414
return ID >= (Builtin::FirstTSBuiltin + NumTargetBuiltins);
416415
}

0 commit comments

Comments
 (0)