[mips] Add assembler support for .set mips0 directive.
[oota-llvm.git] / lib / IR / LLVMContextImpl.cpp
index 4c2791f0a8d531aeb1bd36dd673df16eee5ecd39..6513965ae7ad88da2eead12b348685b98a3f4bc4 100644 (file)
@@ -75,7 +75,7 @@ LLVMContextImpl::~LLVMContextImpl() {
   // Free the constants.  This is important to do here to ensure that they are
   // freed before the LeakDetector is torn down.
   std::for_each(ExprConstants.map_begin(), ExprConstants.map_end(),
-                DropReferences());
+                DropFirst());
   std::for_each(ArrayConstants.map_begin(), ArrayConstants.map_end(),
                 DropFirst());
   std::for_each(StructConstants.map_begin(), StructConstants.map_end(),