[flang-commits] [flang] 6c48700 - [flang][NFC] Revert message to	not implemented yet
    Valentin Clement via flang-commits 
    flang-commits at lists.llvm.org
       
    Wed Jun 29 23:36:25 PDT 2022
    
    
  
Author: Valentin Clement
Date: 2022-06-30T08:36:10+02:00
New Revision: 6c487002045bf142893fed9b8ccee4f462685ddd
URL: https://github.com/llvm/llvm-project/commit/6c487002045bf142893fed9b8ccee4f462685ddd
DIFF: https://github.com/llvm/llvm-project/commit/6c487002045bf142893fed9b8ccee4f462685ddd.diff
LOG: [flang][NFC] Revert message to not implemented yet
Added: 
    
Modified: 
    flang/lib/Lower/IntrinsicCall.cpp
Removed: 
    
################################################################################
diff  --git a/flang/lib/Lower/IntrinsicCall.cpp b/flang/lib/Lower/IntrinsicCall.cpp
index 357bbec788625..c8c4be6669681 100644
--- a/flang/lib/Lower/IntrinsicCall.cpp
+++ b/flang/lib/Lower/IntrinsicCall.cpp
@@ -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");
        
    
    
More information about the flang-commits
mailing list