Skip to content

Commit 604d6f7

Browse files
authored
Merge pull request #17490 from bob-wilson/llvm-r335407-part2
[master-next] Fix to use IntrinsicImpl.inc file for target data.
2 parents 42ca684 + 03d38f0 commit 604d6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/Builtins.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ static const char *const IntrinsicNameTable[] = {
12561256
};
12571257

12581258
#define GET_INTRINSIC_TARGET_DATA
1259-
#include "llvm/IR/IntrinsicEnums.inc"
1259+
#include "llvm/IR/IntrinsicImpl.inc"
12601260
#undef GET_INTRINSIC_TARGET_DATA
12611261

12621262
/// getLLVMIntrinsicID - Given an LLVM IR intrinsic name with argument types

0 commit comments

Comments
 (0)