llvm-uselistorder: Improve the tool description
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 30 Jul 2014 16:59:19 +0000 (16:59 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 30 Jul 2014 16:59:19 +0000 (16:59 +0000)
llvm-svn: 214317

llvm/tools/llvm-uselistorder/llvm-uselistorder.cpp

index b054161..0f817d2 100644 (file)
@@ -7,7 +7,9 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// Verify that use-list order can be serialized correctly.
+// Verify that use-list order can be serialized correctly.  After reading the
+// provided IR, this tool shuffles the use-lists and then writes and reads to a
+// separate Module whose use-list orders are compared to the original.
 //
 //===----------------------------------------------------------------------===//