[llvm-commits] [poolalloc] r169033 - /poolalloc/branches/release_32/include/LinkDSA.h

John Criswell criswell at uiuc.edu
Fri Nov 30 12:38:10 PST 2012


Author: criswell
Date: Fri Nov 30 14:38:10 2012
New Revision: 169033

URL: http://llvm.org/viewvc/llvm-project?rev=169033&view=rev
Log:
Removed SteensgaardDataStructures as I don't think it exists anymore.

Modified:
    poolalloc/branches/release_32/include/LinkDSA.h

Modified: poolalloc/branches/release_32/include/LinkDSA.h
URL: http://llvm.org/viewvc/llvm-project/poolalloc/branches/release_32/include/LinkDSA.h?rev=169033&r1=169032&r2=169033&view=diff
==============================================================================
--- poolalloc/branches/release_32/include/LinkDSA.h (original)
+++ poolalloc/branches/release_32/include/LinkDSA.h Fri Nov 30 14:38:10 2012
@@ -16,7 +16,6 @@
       (void)new llvm::EquivBUDataStructures();
       (void)new llvm::TDDataStructures();
       (void)new llvm::EQTDDataStructures();
-      (void)new llvm::SteensgaardDataStructures();
       (void)new llvm::RTAssociate();
     }
   } ForceDSALinking; // Force link by creating a global definition.





More information about the llvm-commits mailing list