Revision: 124494
Author:   clattner
Date:     2007-03-02 21:17:25 -0800 (Fri, 02 Mar 2007)

Log Message:
-----------
Fix compilation of Benchmarks/Prolangs-C++/garage.

Modified Paths:
--------------
    apple-local/branches/llvm/gcc/llvm-convert.cpp

Modified: apple-local/branches/llvm/gcc/llvm-convert.cpp
===================================================================
--- apple-local/branches/llvm/gcc/llvm-convert.cpp      2007-03-03 02:15:45 UTC 
(rev 124493)
+++ apple-local/branches/llvm/gcc/llvm-convert.cpp      2007-03-03 05:17:25 UTC 
(rev 124494)
@@ -622,9 +622,8 @@
                    CurBB);
       new UnreachableInst(CurBB);
     }
-#else
-    new UnwindInst(UnwindBB);
 #endif
+    new UnwindInst(UnwindBB);
   }
   
   // If this function takes the address of a label, emit the indirect goto


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to