Skip to content

Commit a914b45

Browse files
committed
merge main into amd-staging
Change-Id: I74db595ab68900435ab64769f8a163846fe1a140
2 parents 5bab4a5 + 2469d7e commit a914b45

File tree

5 files changed

+1089
-1000
lines changed

5 files changed

+1089
-1000
lines changed

llvm/include/llvm/IR/Intrinsics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
//
99
// This file defines a set of enums which allow processing of intrinsic
10-
// functions. Values of these enum types are returned by
10+
// functions. Values of these enum types are returned by
1111
// Function::getIntrinsicID.
1212
//
1313
//===----------------------------------------------------------------------===//

llvm/lib/IR/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ add_llvm_component_library(LLVMCore
3333
GVMaterializer.cpp
3434
Globals.cpp
3535
HeterogeneousDebugVerify.cpp
36+
Intrinsics.cpp
3637
IRBuilder.cpp
3738
IRPrintingPasses.cpp
3839
SSAContext.cpp

0 commit comments

Comments
 (0)