llvm-6502/lib/Transforms
Daniel Dunbar 6316fbcb04 Convert StringMap to using StringRef for its APIs.
- Yay for '-'s and simplifications!

 - I kept StringMap::GetOrCreateValue for compatibility purposes, this can
   eventually go away. Likewise the StringMapEntry Create functions still follow
   the old style.

 - NIFC.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76888 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-23 18:17:34 +00:00
..
Hello
Instrumentation Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
IPO Remove unnecessary store to temporary std::string. 2009-07-22 20:46:46 +00:00
Scalar Convert StringMap to using StringRef for its APIs. 2009-07-23 18:17:34 +00:00
Utils Don't give a massive inlining cost bonus to available_externally 2009-07-22 08:12:59 +00:00
Makefile