mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-27 14:24:40 +00:00
Re-commit r151623 with fix. Only issue special no-return calls if it's a direct call.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151645 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -189,6 +189,7 @@ EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
|
||||
0, // number of fixed arguments
|
||||
TLI.getLibcallCallingConv(RTLIB::MEMSET), // call conv
|
||||
false, // is tail call
|
||||
false, // does not return
|
||||
false, // is return val used
|
||||
DAG.getExternalSymbol(TLI.getLibcallName(RTLIB::MEMSET),
|
||||
TLI.getPointerTy()), // callee
|
||||
|
Reference in New Issue
Block a user