[llvm] 34303d3 - [NFC][llvm] Inclusive language: replace master with main in dbg-call-site-spilled-arg.mir
Quinn Pham via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 25 10:34:46 PST 2021
Author: Quinn Pham
Date: 2021-11-25T12:34:39-06:00
New Revision: 34303d3db78fc62c74ff47557d07e4dac5c8c2d4
URL: https://github.com/llvm/llvm-project/commit/34303d3db78fc62c74ff47557d07e4dac5c8c2d4
DIFF: https://github.com/llvm/llvm-project/commit/34303d3db78fc62c74ff47557d07e4dac5c8c2d4.diff
LOG: [NFC][llvm] Inclusive language: replace master with main in dbg-call-site-spilled-arg.mir
[NFC] As part of using inclusive language within the llvm project, this patch
replaces master with main in `dbg-call-site-spilled-arg.mir`.
Reviewed By: ZarkoCA
Differential Revision: https://reviews.llvm.org/D114097
Added:
Modified:
llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg.mir
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg.mir b/llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg.mir
index ecfe5de75b458..62d091bbce537 100644
--- a/llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg.mir
+++ b/llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg.mir
@@ -3,7 +3,7 @@
# RUN: llc -emit-call-site-info -debug-entry-values -start-after=machineverifier -filetype=obj %s -o - | llvm-dwarfdump - | FileCheck %s
#
# Command:
-# $ ~/src/builds/llvm-project-master-RA/bin/clang -g -Xclang -femit-debug-entry-values -O2 -c -o spill.o spill.cc -mllvm -stop-before=machineverifier -o spill.mir
+# $ ~/src/builds/llvm-project-main-RA/bin/clang -g -Xclang -femit-debug-entry-values -O2 -c -o spill.o spill.cc -mllvm -stop-before=machineverifier -o spill.mir
#
# Source:
## extern void callee(int);
More information about the llvm-commits
mailing list