forked from OSchip/llvm-project
parent
cee7ced058
commit
f3dce0882f
|
@ -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…
Reference in New Issue