We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a74e7 commit 1e14accCopy full SHA for 1e14acc
llvm/lib/Target/X86/X86CallingConv.td
@@ -286,7 +286,8 @@ def RetCC_X86Common : CallingConv<[
286
// except on Win64 and UEFI64.
287
CCIfNotSubtarget<"isTargetWin64()",
288
CCIfNotSubtarget<"isTargetUEFI64()",
289
- CCIfType<[f80], CCAssignToReg<[FP0, FP1]>>>>]>;
+ CCIfType<[f80], CCAssignToReg<[FP0, FP1]>>>>
290
+]>;
291
292
// X86-32 C return-value convention.
293
def RetCC_X86_32_C : CallingConv<[
0 commit comments