summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2018-04-13 11:37:06 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2018-04-13 11:37:06 +0000
commit372ffa15cb0d62f0acfc596545733417822dfc0e (patch)
treec21e5a473c423bb472285486d06e7e9ef3867d50 /llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp
parent8db3f7ede6e89a70fc4860d5821d5e115450e33b (diff)
downloadbcm5719-llvm-372ffa15cb0d62f0acfc596545733417822dfc0e.tar.gz
bcm5719-llvm-372ffa15cb0d62f0acfc596545733417822dfc0e.zip
[NFC] fix trivial typos in comments
"the the" -> "the", "we we" -> "we", etc llvm-svn: 330006
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp')
-rw-r--r--llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp b/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp
index 344652f4778..1abf27fbd61 100644
--- a/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp
+++ b/llvm/lib/Target/Hexagon/HexagonNewValueJump.cpp
@@ -522,7 +522,7 @@ bool HexagonNewValueJump::runOnMachineFunction(MachineFunction &MF) {
// operands, the following check on the kill flag would suffice.
// if(!jmpInstr->getOperand(0).isKill()) break;
- // This predicate register is live out out of BB
+ // This predicate register is live out of BB
// this would only work if we can actually use Live
// variable analysis on phy regs - but LLVM does not
// provide LV analysis on phys regs.
OpenPOWER on IntegriCloud