[NFC] Test commit, add whitespace to end-of-line
authorJames Nagurne <j-nagurne@ti.com>
Sat, 20 Nov 2021 00:21:23 +0000 (18:21 -0600)
committerJames Nagurne <j-nagurne@ti.com>
Sat, 20 Nov 2021 00:22:00 +0000 (18:22 -0600)
llvm/lib/Target/Hexagon/HexagonMachineScheduler.cpp

index 47bebf7..60d58f4 100644 (file)
@@ -121,7 +121,7 @@ bool VLIWResourceModel::isResourceAvailable(SUnit *SU, bool IsTop) {
   const auto &QII = *QST.getInstrInfo();
 
   // Now see if there are no other dependencies to instructions already
-  // in the packet.
+  // in the packet. 
   if (IsTop) {
     for (unsigned i = 0, e = Packet.size(); i != e; ++i)
       if (hasDependence(Packet[i], SU, QII))