summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/include/clang/Parse/Ownership.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Parse/Ownership.h b/clang/include/clang/Parse/Ownership.h
index ed1b068f814..5eb9635f06a 100644
--- a/clang/include/clang/Parse/Ownership.h
+++ b/clang/include/clang/Parse/Ownership.h
@@ -166,7 +166,7 @@ namespace llvm {
// conversions.
// Flip this switch to measure performance impact of the smart pointers.
-#define DISABLE_SMART_POINTERS
+//#define DISABLE_SMART_POINTERS
namespace llvm {
template<>
OpenPOWER on IntegriCloud