diff options
| author | Kunqiu Chen <camsyn@foxmail.com> | 2025-10-28 22:00:54 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-28 22:00:54 +0800 |
| commit | 566c7311d4497ab55db36fcae44579dc244fa4a4 (patch) | |
| tree | 64c4df0167254327d7111b329550974ba558a375 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
| parent | 29c830cbf8c65fcab7f96f92c8466cbcc9924dd1 (diff) | |
| download | llvm-566c7311d4497ab55db36fcae44579dc244fa4a4.zip llvm-566c7311d4497ab55db36fcae44579dc244fa4a4.tar.gz llvm-566c7311d4497ab55db36fcae44579dc244fa4a4.tar.bz2 | |
[UTC] Indent switch cases (#165212)
LLVM prints switch cases indented by 2 additional spaces, as follows:
```LLVM
switch i32 %x, label %default [
i32 0, label %phi
i32 1, label %phi
]
```
Since this only changes the output IR of update_test_checks.py and does
not change the logic of the File Check Pattern, there seems to be no
need to update the existing test cases.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions
