From: Duncan P. N. Exon Smith Date: Tue, 29 Jul 2014 17:44:26 +0000 (+0000) Subject: llvm-uselistorder: Fix header comments from r214144 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=52f23be0802aa01569c0e6870774ac4b5b9c23f8;p=oota-llvm.git llvm-uselistorder: Fix header comments from r214144 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214187 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-uselistorder/llvm-uselistorder.cpp b/tools/llvm-uselistorder/llvm-uselistorder.cpp index edd9b395426..c988bbd7d9a 100644 --- a/tools/llvm-uselistorder/llvm-uselistorder.cpp +++ b/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. // //===----------------------------------------------------------------------===//