[llvm-commits] [124494] Fix compilation of Benchmarks/Prolangs-C++/garage.

clattner at apple.com clattner at apple.com
Fri Mar 2 21:17:28 PST 2007


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





More information about the llvm-commits mailing list