Skip to content

Commit e866ecf

Browse files
committed
[clang][NFC] Update isAuxBuiltinID comment
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent f7a10f0 commit e866ecf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clang/include/clang/Basic/Builtins.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,9 @@ class Context {
408408

409409
unsigned getRequiredVectorWidth(unsigned ID) const;
410410

411-
/// Return true if builtin ID belongs to AuxTarget.
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.
412414
bool isAuxBuiltinID(unsigned ID) const {
413415
return ID >= (Builtin::FirstTSBuiltin + NumTargetBuiltins);
414416
}

0 commit comments

Comments
 (0)