Skip to content

Commit ea2c219

Browse files
committed
fixup! [clang] Implement __builtin_popcountg
1 parent d43dd30 commit ea2c219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/Builtins.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ def Popcount : Builtin, BitInt_Long_LongLongTemplate {
690690

691691
def Popcountg : Builtin {
692692
let Spellings = ["__builtin_popcountg"];
693-
let Attributes = [NoThrow, Const, Constexpr];
693+
let Attributes = [NoThrow, Const];
694694
let Prototype = "int(...)";
695695
}
696696

0 commit comments

Comments
 (0)