Unbreak the build on Sparc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12161 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/DataStructure/Local.cpp b/lib/Analysis/DataStructure/Local.cpp
index a5636e4..0e4ab19 100644
--- a/lib/Analysis/DataStructure/Local.cpp
+++ b/lib/Analysis/DataStructure/Local.cpp
@@ -501,6 +501,8 @@
         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: