Skip to content

Commit 1e14acc

Browse files
committed
Fix formatting
1 parent 94a74e7 commit 1e14acc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/X86/X86CallingConv.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ def RetCC_X86Common : CallingConv<[
286286
// except on Win64 and UEFI64.
287287
CCIfNotSubtarget<"isTargetWin64()",
288288
CCIfNotSubtarget<"isTargetUEFI64()",
289-
CCIfType<[f80], CCAssignToReg<[FP0, FP1]>>>>]>;
289+
CCIfType<[f80], CCAssignToReg<[FP0, FP1]>>>>
290+
]>;
290291

291292
// X86-32 C return-value convention.
292293
def RetCC_X86_32_C : CallingConv<[

0 commit comments

Comments
 (0)