Skip to content

Commit 52f23be

Browse files
committed
llvm-uselistorder: Fix header comments from r214144
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214187 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 800b4d1 commit 52f23be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/llvm-uselistorder/llvm-uselistorder.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- opt.cpp - The LLVM Modular Optimizer -------------------------------===//
1+
//===- llvm-uselistorder.cpp - The LLVM Modular Optimizer -----------------===//
22
//
33
// The LLVM Compiler Infrastructure
44
//
@@ -7,8 +7,7 @@
77
//
88
//===----------------------------------------------------------------------===//
99
//
10-
// Optimizations may be specified an arbitrary number of times on the command
11-
// line, They are run in the order specified.
10+
// Verify that use-list order can be serialized correctly.
1211
//
1312
//===----------------------------------------------------------------------===//
1413

0 commit comments

Comments
 (0)