[llvm-commits] CVS: llvm/tools/llvmc/Configuration.h

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 25 12:09:54 PDT 2004



Changes in directory llvm/tools/llvmc:

Configuration.h updated: 1.5 -> 1.6
---
Log message:

Remove template args that are the same as the default


---
Diffs of the changes:  (+1 -2)

Index: llvm/tools/llvmc/Configuration.h
diff -u llvm/tools/llvmc/Configuration.h:1.5 llvm/tools/llvmc/Configuration.h:1.6
--- llvm/tools/llvmc/Configuration.h:1.5	Wed Sep  1 17:55:40 2004
+++ llvm/tools/llvmc/Configuration.h	Mon Oct 25 14:09:41 2004
@@ -51,8 +51,7 @@
     /// @{
     private:
       /// @brief This type is used internally to hold the configuration data.
-      typedef hash_map<std::string,CompilerDriver::ConfigData*,
-          hash<std::string>,std::equal_to<std::string> > ConfigDataMap;
+      typedef hash_map<std::string,CompilerDriver::ConfigData*> ConfigDataMap;
       ConfigDataMap Configurations; ///< The cache of configurations
       sys::Path configDir;
     /// @}






More information about the llvm-commits mailing list