Skip to content

Commit 07f7f1c

Browse files
authored
Fix typo "x84_64" (#68419)
1 parent 9d11ec7 commit 07f7f1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/test/Driver/cuda-detect.cu

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// RUN: --sysroot=%S/Inputs/CUDA-nolibdevice --cuda-path-ignore-env 2>&1 | FileCheck %s -check-prefix NOCUDA
3030
// RUN: %clang -v --target=x86_64-unknown-linux \
3131
// RUN: --sysroot=%S/Inputs/CUDA-nolibdevice --cuda-path-ignore-env 2>&1 | FileCheck %s -check-prefix NOCUDA
32-
// RUN: %clang -v --target=x84_64-apple-macosx \
32+
// RUN: %clang -v --target=x86_64-apple-macosx \
3333
// RUN: --sysroot=%S/Inputs/CUDA-nolibdevice --cuda-path-ignore-env 2>&1 | FileCheck %s -check-prefix NOCUDA
3434

3535
// ... unless the user doesn't need libdevice

llvm/lib/Target/X86/X86RegisterInfo.td

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def GR64_NOREX_NOSP : RegisterClass<"X86", [i64], 64,
508508
(and GR64_NOREX, GR64_NOSP)>;
509509

510510
// Register classes used for ABIs that use 32-bit address accesses,
511-
// while using the whole x84_64 ISA.
511+
// while using the whole x86_64 ISA.
512512

513513
// In such cases, it is fine to use RIP as we are sure the 32 high
514514
// bits are not set. We do not need variants for NOSP as RIP is not

0 commit comments

Comments
 (0)