[PATCH] D145050: [NFC][Hexagon] Fix incorrect comment in class HexagonPacketizerList
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 1 02:28:46 PST 2023
benshi001 created this revision.
benshi001 added a reviewer: kparzysz.
Herald added a subscriber: hiraditya.
Herald added a project: All.
benshi001 requested review of this revision.
Herald added subscribers: llvm-commits, jacquesguan.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D145050
Files:
llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
Index: llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
===================================================================
--- llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
+++ llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
@@ -1318,7 +1318,7 @@
return (StoreJ && HII->isDeallocRet(I)) || (StoreI && HII->isDeallocRet(J));
}
-// SUI is the current instruction that is out side of the current packet.
+// SUI is the current instruction that is outside of the current packet.
// SUJ is the current instruction inside the current packet against which that
// SUI will be packetized.
bool HexagonPacketizerList::isLegalToPacketizeTogether(SUnit *SUI, SUnit *SUJ) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145050.501435.patch
Type: text/x-patch
Size: 679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230301/09e0d4c8/attachment.bin>
More information about the llvm-commits
mailing list