Files
llvm/lldb/source/Commands
Greg Clayton a2eee184e0 Removed the function:
ModuleSP
	Module::GetSP();

Since we are now using intrusive ref counts, we can easily turn any
pointer to a module into a shared pointer just by assigning it.
	

llvm-svn: 139984
2011-09-17 07:23:18 +00:00
..
2011-09-16 21:46:38 +00:00
2011-09-17 07:23:18 +00:00