]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/brig/brigfrontend/brig-lane-inst-handler.cc
[BRIGFE] phsa-specific optimizations
[thirdparty/gcc.git] / gcc / brig / brigfrontend / brig-lane-inst-handler.cc
index 1da0bc0fa84448fb7c3c65897a28b01e65595e56..385da33f0893f339e889c154aeebd102bed6d0f2 100644 (file)
@@ -59,7 +59,7 @@ brig_lane_inst_handler::operator () (const BrigBase *base)
       elements.push_back (zero_cst);
       elements.push_back (zero_cst);
 
-      expr = pack (elements);
+      expr = m_parent.m_cf->pack (elements);
     }
   else if (inst.base.opcode == BRIG_OPCODE_ACTIVELANEPERMUTE)
     {