[flang-commits] [flang] 0339ce0 - [NFC][flang] Removed unused constexpr var.

Slava Zakharin via flang-commits flang-commits at lists.llvm.org
Mon Feb 26 15:02:40 PST 2024


Author: Slava Zakharin
Date: 2024-02-26T15:01:05-08:00
New Revision: 0339ce06c1813cebf03aea931256901101e28ba5

URL: https://github.com/llvm/llvm-project/commit/0339ce06c1813cebf03aea931256901101e28ba5
DIFF: https://github.com/llvm/llvm-project/commit/0339ce06c1813cebf03aea931256901101e28ba5.diff

LOG: [NFC][flang] Removed unused constexpr var.

Added: 
    

Modified: 
    flang/lib/Optimizer/Builder/IntrinsicCall.cpp

Removed: 
    


################################################################################
diff  --git a/flang/lib/Optimizer/Builder/IntrinsicCall.cpp b/flang/lib/Optimizer/Builder/IntrinsicCall.cpp
index 0344c6ba6cb3b0..c84fb27cb38da5 100644
--- a/flang/lib/Optimizer/Builder/IntrinsicCall.cpp
+++ b/flang/lib/Optimizer/Builder/IntrinsicCall.cpp
@@ -920,8 +920,6 @@ constexpr auto FuncTypeReal16Real16Real16 =
     genFuncType<Ty::Real<16>, Ty::Real<16>, Ty::Real<16>>;
 constexpr auto FuncTypeReal16Integer4Real16 =
     genFuncType<Ty::Real<16>, Ty::Integer<4>, Ty::Real<16>>;
-constexpr auto FuncTypeReal16Integer8Real16 =
-    genFuncType<Ty::Real<16>, Ty::Integer<8>, Ty::Real<16>>;
 constexpr auto FuncTypeInteger4Real16 =
     genFuncType<Ty::Integer<4>, Ty::Real<16>>;
 constexpr auto FuncTypeInteger8Real16 =


        


More information about the flang-commits mailing list