We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800b4d1 commit 52f23beCopy full SHA for 52f23be
tools/llvm-uselistorder/llvm-uselistorder.cpp
@@ -1,4 +1,4 @@
1
-//===- opt.cpp - The LLVM Modular Optimizer -------------------------------===//
+//===- llvm-uselistorder.cpp - The LLVM Modular Optimizer -----------------===//
2
//
3
// The LLVM Compiler Infrastructure
4
@@ -7,8 +7,7 @@
7
8
//===----------------------------------------------------------------------===//
9
10
-// Optimizations may be specified an arbitrary number of times on the command
11
-// line, They are run in the order specified.
+// Verify that use-list order can be serialized correctly.
12
13
14
0 commit comments