Revision: 129251
Author:   clattner
Date:     2007-07-08 19:28:29 -0700 (Sun, 08 Jul 2007)

Log Message:
-----------
Duncan and Anton have found this to be safe, enable it now!

at some point, we should remove the #define and the #ifdef's
entirely, woo!

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-07-06 23:56:09 UTC 
(rev 129250)
+++ apple-local/branches/llvm/gcc/llvm-convert.cpp      2007-07-09 02:28:29 UTC 
(rev 129251)
@@ -63,7 +63,7 @@
 extern int get_pointer_alignment (tree exp, unsigned int max_align);
 }
 
-//#define ITANIUM_STYLE_EXCEPTIONS
+#define ITANIUM_STYLE_EXCEPTIONS
 
 
//===----------------------------------------------------------------------===//
 //                   Matching LLVM Values with GCC DECL trees


_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to