Skip to content

Commit 20deaa1

Browse files
committed
Review comments
1 parent 82fd352 commit 20deaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/TableGen/Record.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ const Init *UnOpInit::Fold(const Record *CurRec, bool IsFinal) const {
918918
break;
919919

920920
case INITIALIZED:
921-
if (isa_and_nonnull<UnsetInit>(LHS))
921+
if (isa<UnsetInit>(LHS))
922922
return IntInit::get(RK, 0);
923923
if (LHS->isConcrete())
924924
return IntInit::get(RK, 1);

0 commit comments

Comments
 (0)