summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/AMDILCFGStructurizer.cpp
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2014-08-11 18:04:46 +0000
committerSylvestre Ledru <sylvestre@debian.org>2014-08-11 18:04:46 +0000
commit469de19a09313bb4705b8faf6dfda2e59eccdd26 (patch)
tree05c460091bf27613afca98f731d9b70f1b1d0fda /llvm/lib/Target/R600/AMDILCFGStructurizer.cpp
parent975f3fb3e90179565b0b2d9e82e0f2ffe755b38e (diff)
downloadbcm5719-llvm-469de19a09313bb4705b8faf6dfda2e59eccdd26.tar.gz
bcm5719-llvm-469de19a09313bb4705b8faf6dfda2e59eccdd26.zip
Fix typos:
* libaries => libraries * avaiable => available llvm-svn: 215366
Diffstat (limited to 'llvm/lib/Target/R600/AMDILCFGStructurizer.cpp')
-rw-r--r--llvm/lib/Target/R600/AMDILCFGStructurizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/AMDILCFGStructurizer.cpp b/llvm/lib/Target/R600/AMDILCFGStructurizer.cpp
index 647de66b633..ee6e8ecfb29 100644
--- a/llvm/lib/Target/R600/AMDILCFGStructurizer.cpp
+++ b/llvm/lib/Target/R600/AMDILCFGStructurizer.cpp
@@ -338,7 +338,7 @@ protected:
void setLoopLandBlock(MachineLoop *LoopRep, MachineBasicBlock *MBB = nullptr);
MachineBasicBlock *findNearestCommonPostDom(std::set<MachineBasicBlock *>&);
- /// This is work around solution for findNearestCommonDominator not avaiable
+ /// This is work around solution for findNearestCommonDominator not available
/// to post dom a proper fix should go to Dominators.h.
MachineBasicBlock *findNearestCommonPostDom(MachineBasicBlock *MBB1,
MachineBasicBlock *MBB2);
OpenPOWER on IntegriCloud