summaryrefslogtreecommitdiff
path: root/utils/TableGen/LLVMCConfigurationEmitter.h
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-05-07 21:50:19 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-05-07 21:50:19 +0000
commit4561ab5d8199cbfe21288d06b89d8268b48e4be2 (patch)
tree29fa06e6f00b4b874fe449a847c6431d0c472024 /utils/TableGen/LLVMCConfigurationEmitter.h
parent1fd2e6d84e271c17d7ae8778058c13de517dbc17 (diff)
downloadllvm-4561ab5d8199cbfe21288d06b89d8268b48e4be2.tar.gz
llvm-4561ab5d8199cbfe21288d06b89d8268b48e4be2.tar.bz2
llvm-4561ab5d8199cbfe21288d06b89d8268b48e4be2.tar.xz
Use Doxygen-style comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50833 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/LLVMCConfigurationEmitter.h')
-rw-r--r--utils/TableGen/LLVMCConfigurationEmitter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/TableGen/LLVMCConfigurationEmitter.h b/utils/TableGen/LLVMCConfigurationEmitter.h
index cb2d064627..164f12d146 100644
--- a/utils/TableGen/LLVMCConfigurationEmitter.h
+++ b/utils/TableGen/LLVMCConfigurationEmitter.h
@@ -17,6 +17,9 @@
#include "TableGenBackend.h"
namespace llvm {
+
+ /// LLVMCConfigurationEmitter - TableGen backend that generates
+ /// configuration code for LLVMC.
class LLVMCConfigurationEmitter : public TableGenBackend {
RecordKeeper &Records;
public: