aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Intrinsics.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-03 15:30:13 +0000
committerChris Lattner <sabre@nondot.org>2003-06-03 15:30:13 +0000
commit0519bdcd3d19063cd3640cabc9f25f6f11cbffb2 (patch)
tree481bb5ff7769473618eae47a27c2ecddd6482a11 /include/llvm/Intrinsics.h
parent5b595b9421826b193d116f70df2f626ce6de6657 (diff)
downloadexternal_llvm-0519bdcd3d19063cd3640cabc9f25f6f11cbffb2.zip
external_llvm-0519bdcd3d19063cd3640cabc9f25f6f11cbffb2.tar.gz
external_llvm-0519bdcd3d19063cd3640cabc9f25f6f11cbffb2.tar.bz2
Add comment for doxygen for namespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6578 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Intrinsics.h')
-rw-r--r--include/llvm/Intrinsics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h
index a1deb5f..ed1a04b 100644
--- a/include/llvm/Intrinsics.h
+++ b/include/llvm/Intrinsics.h
@@ -9,6 +9,10 @@
#ifndef LLVM_INTRINSICS_H
#define LLVM_INTRINSICS_H
+/// LLVMIntrinsic Namespace - This namespace contains an enum with a value for
+/// every intrinsic/builtin function known by LLVM. These enum values are
+/// returned by Function::getIntrinsicID().
+///
namespace LLVMIntrinsic {
enum ID {
not_intrinsic = 0, // Must be zero