[llvm-commits] [llvm] r165474 - /llvm/trunk/include/llvm/TableGen/Main.h

Sean Silva silvas at purdue.edu
Mon Oct 8 18:47:16 PDT 2012


Author: silvas
Date: Mon Oct  8 20:47:16 2012
New Revision: 165474

URL: http://llvm.org/viewvc/llvm-project?rev=165474&view=rev
Log:
Move misplaced comment.

Modified:
    llvm/trunk/include/llvm/TableGen/Main.h

Modified: llvm/trunk/include/llvm/TableGen/Main.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/TableGen/Main.h?rev=165474&r1=165473&r2=165474&view=diff
==============================================================================
--- llvm/trunk/include/llvm/TableGen/Main.h (original)
+++ llvm/trunk/include/llvm/TableGen/Main.h Mon Oct  8 20:47:16 2012
@@ -18,10 +18,10 @@
 
 class RecordKeeper;
 class raw_ostream;
+/// \brief Perform the action using Records, and write output to OS.
+/// \returns true on error, false otherwise
 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
 
-/// Perform the action using Records, and write output to OS.
-/// \returns true on error, false otherwise
 int TableGenMain(char *argv0, TableGenMainFn *MainFn);
 
 }





More information about the llvm-commits mailing list