aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-03-23 08:57:20 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-03-23 08:57:20 +0000
commite9ffb5ba5f5bb33d24d11bb7734e127c0e6994f6 (patch)
treeed9601b834e843e454707c7b07595ce91e27acbd /include
parent4610b1968e8400b3c9f967a3e1fca51cb9bfde67 (diff)
downloadexternal_llvm-e9ffb5ba5f5bb33d24d11bb7734e127c0e6994f6.zip
external_llvm-e9ffb5ba5f5bb33d24d11bb7734e127c0e6994f6.tar.gz
external_llvm-e9ffb5ba5f5bb33d24d11bb7734e127c0e6994f6.tar.bz2
Add first proof-of-concept universal compiler driver framework based
on ideas mentioned in PR686. Written by Mikhail Glushenkov and contributed by Codedgers, Inc. Old llvmc will be removed soon after new one will have all its properties. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48699 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ADT/IntrusiveRefCntPtr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/IntrusiveRefCntPtr.h b/include/llvm/ADT/IntrusiveRefCntPtr.h
index 8804f2b..4709d45 100644
--- a/include/llvm/ADT/IntrusiveRefCntPtr.h
+++ b/include/llvm/ADT/IntrusiveRefCntPtr.h
@@ -222,4 +222,4 @@ namespace llvm {
} // end namespace llvm
-#endif // LLVM_ADT_INTRUSIVE_REF_CNT_PTR \ No newline at end of file
+#endif // LLVM_ADT_INTRUSIVE_REF_CNT_PTR