[llvm-commits] [llvm] r170155 - /llvm/trunk/include/llvm/CodeGen/CommandFlags.h

Chris Lattner sabre at nondot.org
Thu Dec 13 14:34:44 PST 2012


Author: lattner
Date: Thu Dec 13 16:34:43 2012
New Revision: 170155

URL: http://llvm.org/viewvc/llvm-project?rev=170155&view=rev
Log:
fix comment.

Modified:
    llvm/trunk/include/llvm/CodeGen/CommandFlags.h

Modified: llvm/trunk/include/llvm/CodeGen/CommandFlags.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/CommandFlags.h?rev=170155&r1=170154&r2=170155&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/CommandFlags.h (original)
+++ llvm/trunk/include/llvm/CodeGen/CommandFlags.h Thu Dec 13 16:34:43 2012
@@ -1,4 +1,4 @@
-//===-- CommandFlags.h - Register Coalescing Interface ----------*- C++ -*-===//
+//===-- CommandFlags.h - Command Line Flags Interface -----------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the llvm-commits mailing list