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:
Misha Brukman 2004-03-05 20:04:40 +00:00
parent 62aa28aef3
commit a5f2905c71

View File

@ -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: