summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorOleg Ranevskyy <oranevskyy@accesssoftek.com>2015-10-23 17:10:44 +0000
committerOleg Ranevskyy <oranevskyy@accesssoftek.com>2015-10-23 17:10:44 +0000
commit5f78c5c293de2ef0f91bf519c3e4f6b0573d2536 (patch)
tree7877358c3a7f121b28d2a9e1cbb9cc793df599e0 /llvm/lib
parent35d017f0fc38b53e31f1a44d07c3c142f5d3620b (diff)
downloadbcm5719-llvm-5f78c5c293de2ef0f91bf519c3e4f6b0573d2536.tar.gz
bcm5719-llvm-5f78c5c293de2ef0f91bf519c3e4f6b0573d2536.zip
Test commit: fix typo in comment.
llvm-svn: 251122
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp b/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
index 4f3334de478..d6828ecd38a 100644
--- a/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
+++ b/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
@@ -1323,7 +1323,7 @@ bool HexagonPacketizerList::isLegalToPruneDependencies(SUnit *SUI, SUnit *SUJ) {
// Check if the instruction (must be a store) was glued with an Allocframe
// instruction. If so, restore its offset to its original value, i.e. use
- // curent SP instead of caller's SP.
+ // current SP instead of caller's SP.
if (GlueAllocframeStore) {
I->getOperand(1).setImm(I->getOperand(1).getImm() +
FrameSize + HEXAGON_LRFP_SIZE);
OpenPOWER on IntegriCloud