mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
master-next: Rename LLVM's Intrinsics.gen to Intrinsics.inc to match r330843
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user