Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp | ||
|---|---|---|
| 403 | It looks like if (!Value) could be tested first? Value is argument and it looks a bit strange that it is tested so late to do return. | |
clang-format: please reformat the code