mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-24 08:24:33 +00:00
Unbreak the build on Sparc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12161 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -501,6 +501,8 @@ void GraphBuilder::visitCallSite(CallSite CS) {
|
|||||||
getValueDest(*CS.getInstruction()).
|
getValueDest(*CS.getInstruction()).
|
||||||
mergeWith(getValueDest(**(CS.arg_begin())));
|
mergeWith(getValueDest(**(CS.arg_begin())));
|
||||||
return;
|
return;
|
||||||
|
// FIXME: the #undef is a quick fix for compilation on Sparc
|
||||||
|
#undef va_end
|
||||||
case Intrinsic::va_end:
|
case Intrinsic::va_end:
|
||||||
return; // noop
|
return; // noop
|
||||||
case Intrinsic::memmove:
|
case Intrinsic::memmove:
|
||||||
|
Reference in New Issue
Block a user