summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorKay Tiong Khoo <kkhoo@perfwizard.com>2012-06-13 15:53:04 +0000
committerKay Tiong Khoo <kkhoo@perfwizard.com>2012-06-13 15:53:04 +0000
commitf294921e247ee27af1605108c868a328be2f87db (patch)
tree9073ff0f8ac028e620c354ae148cb57a79a9f957 /llvm/lib
parent9aa1fcce58625cf538d1f26439ac2ac632b25c64 (diff)
downloadbcm5719-llvm-f294921e247ee27af1605108c868a328be2f87db.tar.gz
bcm5719-llvm-f294921e247ee27af1605108c868a328be2f87db.zip
*typo: Cyles changed to Cycles
llvm-svn: 158404
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp2
-rw-r--r--llvm/lib/Target/Hexagon/HexagonInstrInfo.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp b/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
index 79dd342ef14..c8f933dcf4b 100644
--- a/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
+++ b/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
@@ -2268,7 +2268,7 @@ PredicateInstruction(MachineInstr *MI,
bool
HexagonInstrInfo::
isProfitableToIfCvt(MachineBasicBlock &MBB,
- unsigned NumCyles,
+ unsigned NumCycles,
unsigned ExtraPredCycles,
const BranchProbability &Probability) const {
return true;
diff --git a/llvm/lib/Target/Hexagon/HexagonInstrInfo.h b/llvm/lib/Target/Hexagon/HexagonInstrInfo.h
index 1f2c6cbfa54..2bb53f899ce 100644
--- a/llvm/lib/Target/Hexagon/HexagonInstrInfo.h
+++ b/llvm/lib/Target/Hexagon/HexagonInstrInfo.h
@@ -112,7 +112,7 @@ public:
PredicateInstruction(MachineInstr *MI,
const SmallVectorImpl<MachineOperand> &Cond) const;
- virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
+ virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
unsigned ExtraPredCycles,
const BranchProbability &Probability) const;
OpenPOWER on IntegriCloud