mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 07:39:31 +00:00
Add comment for doxygen for namespace
llvm-svn: 6578
This commit is contained in:
parent
506de1c176
commit
b563188e45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user