mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
tblgen: Remove pointless method call.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165511 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
440ae6800e
commit
80d94e053a
@ -110,7 +110,6 @@ bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName,
|
||||
// Convert the incoming value to a bits type of the appropriate size...
|
||||
Init *BI = V->convertInitializerTo(BitsRecTy::get(BitList.size()));
|
||||
if (BI == 0) {
|
||||
V->convertInitializerTo(BitsRecTy::get(BitList.size()));
|
||||
return Error(Loc, "Initializer is not compatible with bit range");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user