diff options
author | Dan Gohman <gohman@apple.com> | 2009-04-15 01:44:07 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-04-15 01:44:07 +0000 |
commit | a97e68cd8672dbf434dc05c51b4206f79960fe90 (patch) | |
tree | 55332005cb545caf3db220c4d016ccd334df18f1 /include | |
parent | 48df90d025c2b7284f91043ca583b5ba99ae88fe (diff) | |
download | external_llvm-a97e68cd8672dbf434dc05c51b4206f79960fe90.zip external_llvm-a97e68cd8672dbf434dc05c51b4206f79960fe90.tar.gz external_llvm-a97e68cd8672dbf434dc05c51b4206f79960fe90.tar.bz2 |
Fix doxygen comment syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69128 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Target/TargetJITInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetJITInfo.h b/include/llvm/Target/TargetJITInfo.h index ff7dc0b..3f48da9 100644 --- a/include/llvm/Target/TargetJITInfo.h +++ b/include/llvm/Target/TargetJITInfo.h @@ -112,7 +112,7 @@ namespace llvm { } /// needsGOT - Allows a target to specify that it would like the - // JIT to manage a GOT for it. + /// JIT to manage a GOT for it. bool needsGOT() const { return useGOT; } /// hasCustomConstantPool - Allows a target to specify that constant |