Skip to content

Commit 55c6d06

Browse files
committed
Fix build
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 9973733 commit 55c6d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Basic/Builtins.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ unsigned Builtin::Context::getRequiredVectorWidth(unsigned ID) const {
193193

194194
bool Builtin::Context::isAuxBuiltinIDAlwaysUnsupportedOnDefaultTarget(
195195
unsigned ID) const {
196-
assert(isAuxTargetBuiltinID(ID) && "Expected aux target builtin ID");
196+
assert(isAuxBuiltinID(ID) && "Expected aux target builtin ID");
197197
const auto &Record = getRecord(ID);
198198
for (const auto &MainTargetBuiltin : TSRecords)
199199
if (Record == MainTargetBuiltin)

0 commit comments

Comments
 (0)