mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Add comment for doxygen for namespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6578 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5b595b9421
commit
0519bdcd3d
@ -9,6 +9,10 @@
|
|||||||
#ifndef LLVM_INTRINSICS_H
|
#ifndef LLVM_INTRINSICS_H
|
||||||
#define 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 {
|
namespace LLVMIntrinsic {
|
||||||
enum ID {
|
enum ID {
|
||||||
not_intrinsic = 0, // Must be zero
|
not_intrinsic = 0, // Must be zero
|
||||||
|
Loading…
x
Reference in New Issue
Block a user