diff --git a/lib/TableGen/Record.cpp b/lib/TableGen/Record.cpp index 431f4aa089b..53e6c51bf5c 100644 --- a/lib/TableGen/Record.cpp +++ b/lib/TableGen/Record.cpp @@ -152,7 +152,7 @@ Init *BitsRecTy::convertValue(UnsetInit *UI) { Init *BitsRecTy::convertValue(BitInit *UI) { if (Size != 1) return 0; // Can only convert single bit. - return BitsInit::get(UI); + return BitsInit::get(UI); } /// canFitInBitfield - Return true if the number of bits is large enough to hold