Skip to content

Commit 0339ce0

Browse files
committed
[NFC][flang] Removed unused constexpr var.
1 parent cda4130 commit 0339ce0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flang/lib/Optimizer/Builder/IntrinsicCall.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -920,8 +920,6 @@ constexpr auto FuncTypeReal16Real16Real16 =
920920
genFuncType<Ty::Real<16>, Ty::Real<16>, Ty::Real<16>>;
921921
constexpr auto FuncTypeReal16Integer4Real16 =
922922
genFuncType<Ty::Real<16>, Ty::Integer<4>, Ty::Real<16>>;
923-
constexpr auto FuncTypeReal16Integer8Real16 =
924-
genFuncType<Ty::Real<16>, Ty::Integer<8>, Ty::Real<16>>;
925923
constexpr auto FuncTypeInteger4Real16 =
926924
genFuncType<Ty::Integer<4>, Ty::Real<16>>;
927925
constexpr auto FuncTypeInteger8Real16 =

0 commit comments

Comments
 (0)