https://bugs.llvm.org/show_bug.cgi?id=50752

            Bug ID: 50752
           Summary: M68kTargetLowering::LowerCall - deference of null
                    pointer
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: M68k
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected],
                    [email protected], [email protected]

Reported here:
https://llvm.org/reports/scan-build/report-M68kISelLowering.cpp-LowerCall-56-1.html#EndPath

M68kTargetLowering::LowerCall:

// It is empty for LibCall
const Function *CalleeFunc = CLI.CB ? CLI.CB->getCalledFunction() : nullptr;

M68kCCState CCInfo(*CalleeFunc, CallConv, IsVarArg, MF, ArgLocs,

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to