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 123758b commit f8e35c7Copy full SHA for f8e35c7
llvm/lib/Target/X86/X86Subtarget.h
@@ -352,9 +352,9 @@ class X86Subtarget final : public X86GenSubtargetInfo {
352
switch (CC) {
353
// On Win64, all these conventions just use the default convention.
354
case CallingConv::C:
355
- return isTargetWin64() || isTargetUEFI64();
356
case CallingConv::Fast:
357
case CallingConv::Tail:
+ return isTargetWin64() || isTargetUEFI64();
358
case CallingConv::Swift:
359
case CallingConv::SwiftTail:
360
case CallingConv::X86_FastCall:
0 commit comments