mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +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:
parent
62aa28aef3
commit
a5f2905c71
@ -501,6 +501,8 @@ void GraphBuilder::visitCallSite(CallSite CS) {
|
||||
getValueDest(*CS.getInstruction()).
|
||||
mergeWith(getValueDest(**(CS.arg_begin())));
|
||||
return;
|
||||
// FIXME: the #undef is a quick fix for compilation on Sparc
|
||||
#undef va_end
|
||||
case Intrinsic::va_end:
|
||||
return; // noop
|
||||
case Intrinsic::memmove:
|
||||
|
Loading…
Reference in New Issue
Block a user