Skip to content

Commit

Permalink
Removed it
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiHartmann committed Nov 21, 2023
1 parent 8a87852 commit 5875bf0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,7 @@ public void test19_verifier() {
// correctly allocated.
@Test
@IR(applyIf = {"InlineTypePassFieldsAsArgs", "true"},
// Initializing stores are captured by InitializeNode::capture_store, converted
// to raw stores and then merged by InitializeNode::coalesce_subword_stores.
counts = {ALLOC, "= 1", compiler.lib.ir_framework.IRNode.STORE_L, "= 7"},
counts = {ALLOC, "= 1"},
failOn = {LOAD})
@IR(applyIf = {"InlineTypePassFieldsAsArgs", "false"},
counts = {ALLOC, "= 2"},
Expand Down

0 comments on commit 5875bf0

Please sign in to comment.