diff options
-rw-r--r-- | llvm/tools/llvm-uselistorder/llvm-uselistorder.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/tools/llvm-uselistorder/llvm-uselistorder.cpp b/llvm/tools/llvm-uselistorder/llvm-uselistorder.cpp index edd9b395426..c988bbd7d9a 100644 --- a/llvm/tools/llvm-uselistorder/llvm-uselistorder.cpp +++ b/llvm/tools/llvm-uselistorder/llvm-uselistorder.cpp @@ -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. // //===----------------------------------------------------------------------===// |