llvm-uselistorder: Fix header comments from r214144
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 29 Jul 2014 17:44:26 +0000 (17:44 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 29 Jul 2014 17:44:26 +0000 (17:44 +0000)
llvm-svn: 214187

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

index edd9b39..c988bbd 100644 (file)
@@ -1,4 +1,4 @@
-//===- opt.cpp - The LLVM Modular Optimizer -------------------------------===//
+//===- llvm-uselistorder.cpp - The LLVM Modular Optimizer -----------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -7,8 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// Optimizations may be specified an arbitrary number of times on the command
-// line, They are run in the order specified.
+// Verify that use-list order can be serialized correctly.
 //
 //===----------------------------------------------------------------------===//