[llvm] r348310 - AArch64: clean up some whitespace in Windows CC (NFC)
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 4 14:19:30 PST 2018
Author: compnerd
Date: Tue Dec 4 14:19:29 2018
New Revision: 348310
URL: http://llvm.org/viewvc/llvm-project?rev=348310&view=rev
Log:
AArch64: clean up some whitespace in Windows CC (NFC)
Drive by clean up for Windows ARM64 variadic CC (NFC).
Modified:
llvm/trunk/lib/Target/AArch64/AArch64CallingConvention.td
Modified: llvm/trunk/lib/Target/AArch64/AArch64CallingConvention.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64CallingConvention.td?rev=348310&r1=348309&r2=348310&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64CallingConvention.td (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64CallingConvention.td Tue Dec 4 14:19:29 2018
@@ -123,7 +123,7 @@ def RetCC_AArch64_AAPCS : CallingConv<[
// Vararg functions on windows pass floats in integer registers
def CC_AArch64_Win64_VarArg : CallingConv<[
- CCIfType<[f16, f32], CCPromoteToType<f64>>,
+ CCIfType<[f16, f32], CCPromoteToType<f64>>,
CCIfType<[f64], CCBitConvertToType<i64>>,
CCDelegateTo<CC_AArch64_AAPCS>
]>;
More information about the llvm-commits
mailing list