[AMDGPU] Do not remat instructions with PhysReg uses (#124366)
[llvm-project.git] / clang-tools-extra / test / clang-apply-replacements / Inputs / identical-in-TU / file2.yaml
blob5297e974dec4798da6fe10192082ff6d2e34bf6d
1 ---
2 MainSourceFile:     identical-in-TU.cpp
3 Diagnostics:
4   - DiagnosticName: test-identical-insertion
5     DiagnosticMessage:
6       Message: Fix
7       FilePath: $(path)/identical-in-TU.cpp
8       FileOffset: 12
9       Replacements:
10         - FilePath:        $(path)/identical-in-TU.cpp
11           Offset:          12
12           Length:          0
13           ReplacementText: '0'
14         - FilePath:        $(path)/identical-in-TU.cpp
15           Offset:          12
16           Length:          0
17           ReplacementText: '0'
18 ...