[llvm] 5ba0b91 - RuntimeLibcalls: Whitespace fix

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 30 21:04:25 PDT 2025


Author: Matt Arsenault
Date: 2025-10-30T21:04:00-07:00
New Revision: 5ba0b91a6236342ab136e302b07597de82dce133

URL: https://github.com/llvm/llvm-project/commit/5ba0b91a6236342ab136e302b07597de82dce133
DIFF: https://github.com/llvm/llvm-project/commit/5ba0b91a6236342ab136e302b07597de82dce133.diff

LOG: RuntimeLibcalls: Whitespace fix

Added: 
    

Modified: 
    llvm/include/llvm/IR/RuntimeLibcalls.td

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/IR/RuntimeLibcalls.td b/llvm/include/llvm/IR/RuntimeLibcalls.td
index 7be1b654ca727..24c1b035d0dda 100644
--- a/llvm/include/llvm/IR/RuntimeLibcalls.td
+++ b/llvm/include/llvm/IR/RuntimeLibcalls.td
@@ -1585,7 +1585,7 @@ def __aeabi_f2ulz : RuntimeLibcallImpl<FPTOUINT_F32_I64>; // CallingConv::ARM_AA
 // RTABI chapter 4.1.2, Table 7
 def __aeabi_d2f : RuntimeLibcallImpl<FPROUND_F64_F32>; // CallingConv::ARM_AAPCS
 def __aeabi_d2h : RuntimeLibcallImpl<FPROUND_F64_F16>; // CallingConv::ARM_AAPCS
-def  __aeabi_f2d : RuntimeLibcallImpl<FPEXT_F32_F64>; // CallingConv::ARM_AAPCS
+def __aeabi_f2d : RuntimeLibcallImpl<FPEXT_F32_F64>; // CallingConv::ARM_AAPCS
 
 // Integer to floating-point conversions.
 // RTABI chapter 4.1.2, Table 8


        


More information about the llvm-commits mailing list