[all-commits] [llvm/llvm-project] 60d2fe: [ARM] Remove a redundant call to StringRef::slice ...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sat Oct 26 22:08:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60d2feded5c0f55b21d042ee2f35227847d66ee0
https://github.com/llvm/llvm-project/commit/60d2feded5c0f55b21d042ee2f35227847d66ee0
Author: Kazu Hirata <kazu at google.com>
Date: 2024-10-26 (Sat, 26 Oct 2024)
Changed paths:
M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
Log Message:
-----------
[ARM] Remove a redundant call to StringRef::slice (NFC) (#113783)
OptStr.slice(0, OptStr.size()) is exactly the same as OptStr.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list