Author: dgregor
Date: Wed Dec 23 11:42:06 2009
New Revision: 92009

URL: http://llvm.org/viewvc/llvm-project?rev=92009&view=rev
Log:
Don't disable smart pointers, silly

Modified:
    cfe/trunk/include/clang/Parse/Ownership.h

Modified: cfe/trunk/include/clang/Parse/Ownership.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Parse/Ownership.h?rev=92009&r1=92008&r2=92009&view=diff

==============================================================================
--- cfe/trunk/include/clang/Parse/Ownership.h (original)
+++ cfe/trunk/include/clang/Parse/Ownership.h Wed Dec 23 11:42:06 2009
@@ -166,7 +166,7 @@
 // conversions.
 
 // Flip this switch to measure performance impact of the smart pointers.
-#define DISABLE_SMART_POINTERS
+//#define DISABLE_SMART_POINTERS
 
 namespace llvm {
   template<>


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

Reply via email to