@@ -2274,7 +2274,6 @@ void ASTWriter::WriteDeclAbbrevs() {
22742274 Abv = std::make_shared<BitCodeAbbrev>();
22752275 Abv->Add (BitCodeAbbrevOp (serialization::EXPR_DECL_REF));
22762276 // Stmt
2277- Abv->Add (BitCodeAbbrevOp (BitCodeAbbrevOp::Fixed, 1 )); // IsOMPStructuredBlock
22782277 // Expr
22792278 Abv->Add (BitCodeAbbrevOp (BitCodeAbbrevOp::VBR, 6 )); // Type
22802279 Abv->Add (BitCodeAbbrevOp (BitCodeAbbrevOp::Fixed, 1 )); // TypeDependent
@@ -2298,7 +2297,6 @@ void ASTWriter::WriteDeclAbbrevs() {
22982297 Abv = std::make_shared<BitCodeAbbrev>();
22992298 Abv->Add (BitCodeAbbrevOp (serialization::EXPR_INTEGER_LITERAL));
23002299 // Stmt
2301- Abv->Add (BitCodeAbbrevOp (BitCodeAbbrevOp::Fixed, 1 )); // IsOMPStructuredBlock
23022300 // Expr
23032301 Abv->Add (BitCodeAbbrevOp (BitCodeAbbrevOp::VBR, 6 )); // Type
23042302 Abv->Add (BitCodeAbbrevOp (BitCodeAbbrevOp::Fixed, 1 )); // TypeDependent
@@ -2317,7 +2315,6 @@ void ASTWriter::WriteDeclAbbrevs() {
23172315 Abv = std::make_shared<BitCodeAbbrev>();
23182316 Abv->Add (BitCodeAbbrevOp (serialization::EXPR_CHARACTER_LITERAL));
23192317 // Stmt
2320- Abv->Add (BitCodeAbbrevOp (BitCodeAbbrevOp::Fixed, 1 )); // IsOMPStructuredBlock
23212318 // Expr
23222319 Abv->Add (BitCodeAbbrevOp (BitCodeAbbrevOp::VBR, 6 )); // Type
23232320 Abv->Add (BitCodeAbbrevOp (BitCodeAbbrevOp::Fixed, 1 )); // TypeDependent
@@ -2336,7 +2333,6 @@ void ASTWriter::WriteDeclAbbrevs() {
23362333 Abv = std::make_shared<BitCodeAbbrev>();
23372334 Abv->Add (BitCodeAbbrevOp (serialization::EXPR_IMPLICIT_CAST));
23382335 // Stmt
2339- Abv->Add (BitCodeAbbrevOp (BitCodeAbbrevOp::Fixed, 1 )); // IsOMPStructuredBlock
23402336 // Expr
23412337 Abv->Add (BitCodeAbbrevOp (BitCodeAbbrevOp::VBR, 6 )); // Type
23422338 Abv->Add (BitCodeAbbrevOp (BitCodeAbbrevOp::Fixed, 1 )); // TypeDependent
0 commit comments