Skip to content

Commit

Permalink
[NFC][llvm] Inclusive language: replace master with main in dbg-call-…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
Quinn Pham authored and Quinn Pham committed Nov 25, 2021
1 parent 1aab5e6 commit 34303d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg.mir
Expand Up @@ -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);
Expand Down

0 comments on commit 34303d3

Please sign in to comment.