]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/config/rs6000/rs6000-call.cc
Revert patches
[gcc.git] / gcc / config / rs6000 / rs6000-call.cc
index f109c16bbe00aa3f629ec2a75110efa4c652d6d8..dcf5b4707668730a5108ff5c96af531b7b178d64 100644 (file)
@@ -438,7 +438,7 @@ rs6000_return_in_memory (const_tree type, const_tree fntype ATTRIBUTE_UNUSED)
       && !cfun->machine->mma_return_type_error
       && TREE_TYPE (cfun->decl) == fntype
       && (TYPE_MODE (type) == OOmode || TYPE_MODE (type) == XOmode
-         || TYPE_MODE (type) == V8TImode))
+         || TYPE_MODE (type) == TDOmode))
     {
       /* Record we have now handled function CFUN, so the next time we
         are called, we do not re-report the same error.  */
@@ -1642,7 +1642,7 @@ rs6000_function_arg (cumulative_args_t cum_v, const function_arg_info &arg)
       return NULL_RTX;
     }
 
-  if (mode == V8TImode)
+  if (mode == TDOmode)
     {
       if (TYPE_CANONICAL (type) != NULL_TREE)
        type = TYPE_CANONICAL (type);
This page took 0.025799 seconds and 5 git commands to generate.