1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/verify-uselistorder
Rafael Espindola 2500d426ff Modernize the .ll parsing interface.
* Use StringRef instead of std::string&
* Return a std::unique_ptr<Module> instead of taking an optional module to write
  to (was not really used).
* Use current comment style.
* Use current naming convention.

llvm-svn: 215989
2014-08-19 16:58:54 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
verify-uselistorder.cpp Modernize the .ll parsing interface. 2014-08-19 16:58:54 +00:00