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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214187 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-uselistorder/llvm-uselistorder.cpp

index edd9b39542613029266124f5f45f01c3c0fe0127..c988bbd7d9acee1597f7b52e09d570f8c3af1586 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.
 //
 //===----------------------------------------------------------------------===//