summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-10-09 01:47:16 +0000
committerSean Silva <silvas@purdue.edu>2012-10-09 01:47:16 +0000
commit309ec42886721af2b9bd75a17a33404f4a48b86e (patch)
tree7a17fbe4e004a89342d2992bcc012fd1f68b91ae
parentb9556e695f46c95eeb8f06c8a842e55fb8beb8aa (diff)
downloadbcm5719-llvm-309ec42886721af2b9bd75a17a33404f4a48b86e.tar.gz
bcm5719-llvm-309ec42886721af2b9bd75a17a33404f4a48b86e.zip
Move misplaced comment.
llvm-svn: 165474
-rw-r--r--llvm/include/llvm/TableGen/Main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/TableGen/Main.h b/llvm/include/llvm/TableGen/Main.h
index 7ef249e5bdf..6b51e20146d 100644
--- a/llvm/include/llvm/TableGen/Main.h
+++ b/llvm/include/llvm/TableGen/Main.h
@@ -18,10 +18,10 @@ namespace llvm {
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);
}
OpenPOWER on IntegriCloud