[flang][NFC] Revert message to not implemented yet
authorValentin Clement <clementval@gmail.com>
Thu, 30 Jun 2022 06:36:10 +0000 (08:36 +0200)
committerValentin Clement <clementval@gmail.com>
Thu, 30 Jun 2022 06:36:10 +0000 (08:36 +0200)
flang/lib/Lower/IntrinsicCall.cpp

index 357bbec..c8c4be6 100644 (file)
@@ -1505,7 +1505,7 @@ static void checkPrecisionLoss(llvm::StringRef name,
   // lowering and could be used here. Emit an error and continue
   // generating the code with the narrowing cast so that the user
   // can get a complete list of the problematic intrinsic calls.
-  std::string message("TODO: no math runtime available for '");
+  std::string message("not yet implemented: no math runtime available for '");
   llvm::raw_string_ostream sstream(message);
   if (name == "pow") {
     assert(funcType.getNumInputs() == 2 && "power operator has two arguments");