vit9696 added a comment.

Thanks for pointing it out. You could use hasFeature from there during 
construction:

  return SetCGInfo(
          new PPC32TargetCodeGenInfo(Types, CodeGenOpts.FloatABI == "soft" || 
getTarget().hasFeature("spe")));

It works for me, but probably a separate argument is best to be used (or at 
least the current one is to be renamed).


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D49754/new/

https://reviews.llvm.org/D49754



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to