[PATCH] D50616: [Fixed Point Arithmetic] FixedPointCast

Bevin Hansson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 15 03:33:31 PDT 2018


ebevhan added inline comments.


================
Comment at: lib/CodeGen/CGExprScalar.cpp:1019
+  assert(!SrcType->isFixedPointType() && !DstType->isFixedPointType() &&
+         "Use the TargetCodeGenInfo::emitFixedPoint family functions for "
+         "handling conversions involving fixed point types.");
----------------
It's not in TargetCodeGenInfo any more.


Repository:
  rC Clang

https://reviews.llvm.org/D50616





More information about the cfe-commits mailing list