[llvm] r217364 - Spelling correction

Sid Manning sidneym at codeaurora.org
Mon Sep 8 06:05:24 PDT 2014


Author: sidneym
Date: Mon Sep  8 08:05:23 2014
New Revision: 217364

URL: http://llvm.org/viewvc/llvm-project?rev=217364&view=rev
Log:
Spelling correction

Another trivial spelling change.

Modified:
    llvm/trunk/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp

Modified: llvm/trunk/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp?rev=217364&r1=217363&r2=217364&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp (original)
+++ llvm/trunk/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp Mon Sep  8 08:05:23 2014
@@ -1276,9 +1276,9 @@ bool HexagonPacketizerList::isLegalToPac
       }
 
       // For V4, special case ALLOCFRAME. Even though there is dependency
-      // between ALLOCAFRAME and subsequent store, allow it to be
+      // between ALLOCFRAME and subsequent store, allow it to be
       // packetized in a same packet. This implies that the store is using
-      // caller's SP. Hense, offset needs to be updated accordingly.
+      // caller's SP. Hence, offset needs to be updated accordingly.
       else if (DepType == SDep::Data
                && QRI->Subtarget.hasV4TOps()
                && J->getOpcode() == Hexagon::ALLOCFRAME





More information about the llvm-commits mailing list