summaryrefslogtreecommitdiff
path: root/lib/Support/IntrusiveRefCntPtr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/IntrusiveRefCntPtr.cpp')
-rw-r--r--lib/Support/IntrusiveRefCntPtr.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/Support/IntrusiveRefCntPtr.cpp b/lib/Support/IntrusiveRefCntPtr.cpp
new file mode 100644
index 0000000000..a8b45593ae
--- /dev/null
+++ b/lib/Support/IntrusiveRefCntPtr.cpp
@@ -0,0 +1,14 @@
+//== IntrusiveRefCntPtr.cpp - Smart Refcounting Pointer ----------*- C++ -*-==//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+#include "llvm/ADT/IntrusiveRefCntPtr.h"
+
+using namespace llvm;
+
+void RefCountedBaseVPTR::anchor() { }