[llvm-commits] CVS: llvm-gcc/libstdc++-v3/config/cpu/i386/atomicity.h
Chris Lattner
lattner at cs.uiuc.edu
Tue May 10 15:51:27 PDT 2005
Changes in directory llvm-gcc/libstdc++-v3/config/cpu/i386:
atomicity.h updated: 1.2 -> 1.3
---
Log message:
Remove these, as they are dead
---
Diffs of the changes: (+2 -0)
atomicity.h | 2 ++
1 files changed, 2 insertions(+)
Index: llvm-gcc/libstdc++-v3/config/cpu/i386/atomicity.h
diff -u llvm-gcc/libstdc++-v3/config/cpu/i386/atomicity.h:1.2 llvm-gcc/libstdc++-v3/config/cpu/i386/atomicity.h:1.3
--- llvm-gcc/libstdc++-v3/config/cpu/i386/atomicity.h:1.2 Fri Jan 9 10:54:35 2004
+++ llvm-gcc/libstdc++-v3/config/cpu/i386/atomicity.h Tue May 10 17:51:14 2005
@@ -32,6 +32,7 @@
typedef int _Atomic_word;
+#if 0
template <int __inst>
struct __Atomicity_lock
{
@@ -42,6 +43,7 @@
volatile _Atomic_word __Atomicity_lock<__inst>::_S_atomicity_lock = 0;
template volatile _Atomic_word __Atomicity_lock<0>::_S_atomicity_lock;
+#endif
static inline _Atomic_word
__attribute__ ((__unused__))
More information about the llvm-commits
mailing list