master-next: Rename LLVM's Intrinsics.gen to Intrinsics.inc to match r330843

This commit is contained in:
Bob Wilson
2018-04-26 09:30:05 -07:00
parent a714809e56
commit 65c6322c46

View File

@@ -1251,12 +1251,12 @@ inline bool isBuiltinTypeOverloaded(Type T, OverloadedBuiltinKind OK) {
static const char *const IntrinsicNameTable[] = {
"not_intrinsic",
#define GET_INTRINSIC_NAME_TABLE
#include "llvm/IR/Intrinsics.gen"
#include "llvm/IR/Intrinsics.inc"
#undef GET_INTRINSIC_NAME_TABLE
};
#define GET_INTRINSIC_TARGET_DATA
#include "llvm/IR/Intrinsics.gen"
#include "llvm/IR/Intrinsics.inc"
#undef GET_INTRINSIC_TARGET_DATA
/// getLLVMIntrinsicID - Given an LLVM IR intrinsic name with argument types