[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Local.cpp

Misha Brukman brukman at cs.uiuc.edu
Sun Mar 7 17:34:27 PST 2004


Changes in directory llvm/lib/Analysis/DataStructure:

Local.cpp updated: 1.99 -> 1.100

---
Log message:

Unbreak the build on Sparc.


---
Diffs of the changes:  (+2 -0)

Index: llvm/lib/Analysis/DataStructure/Local.cpp
diff -u llvm/lib/Analysis/DataStructure/Local.cpp:1.99 llvm/lib/Analysis/DataStructure/Local.cpp:1.100
--- llvm/lib/Analysis/DataStructure/Local.cpp:1.99	Thu Mar  4 15:03:54 2004
+++ llvm/lib/Analysis/DataStructure/Local.cpp	Fri Mar  5 14:04:40 2004
@@ -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:





More information about the llvm-commits mailing list