forked from OSchip/llvm-project
llvm-uselistorder: Fix header comments from r214144
llvm-svn: 214187
This commit is contained in:
parent
340aae797d
commit
86fdba2f3f
|
@ -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.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
Loading…
Reference in New Issue