[llvm-commits] fixed patch for PR1085

Chris Lattner clattner at apple.com
Mon Jan 8 12:15:06 PST 2007



Index: method.c
===================================================================
--- method.c    (revision 122094)
+++ method.c    (working copy)
@@ -392,7 +392,7 @@ use_thunk (tree thunk_fndecl, bool emit_
    if (TARGET_USE_LOCAL_THUNK_ALIAS_P (function)
        /* APPLE LOCAL begin LLVM */
        /* PR1085 */
-#ifndef ENABLE_LLVM
+#ifdef ENABLE_LLVM
        && 0
#endif
        /* APPLE LOCAL end LLVM */


-Chris



More information about the llvm-commits mailing list