Skip to content

Commit 5dccfd9

Browse files
committed
[clang] Unbreak build
From #115099
1 parent ee92122 commit 5dccfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/BuiltinsX86.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ let Attributes = [Const, NoThrow, RequiredVectorWidth<256>], Features = "avx" in
143143
}
144144

145145
// PRFCHW
146-
let Features = "prfchw", Header = "x86intrin.h", Attributes = [NoThrow, Const] in {
146+
let Features = "prfchw", Header = "intrin.h", Attributes = [NoThrow, Const] in {
147147
def _m_prefetch : X86LibBuiltin<"void(void *)">;
148148
def _m_prefetchw : X86LibBuiltin<"void(void volatile const *)">;
149149
}

0 commit comments

Comments
 (0)