summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86FastISel.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-19 19:41:26 +0000
committerAlp Toker <alp@nuanti.com>2014-06-19 19:41:26 +0000
commitd06976aba71501f4970bc5bf28d3a9a98c1fb3ad (patch)
tree98ec20b2bc69bb3e56bd1248dfaa4a86cd6434d8 /lib/Target/X86/X86FastISel.cpp
parentf21de942f3785d86d1f82cd19072ca26de9167da (diff)
downloadllvm-d06976aba71501f4970bc5bf28d3a9a98c1fb3ad.tar.gz
llvm-d06976aba71501f4970bc5bf28d3a9a98c1fb3ad.tar.bz2
llvm-d06976aba71501f4970bc5bf28d3a9a98c1fb3ad.tar.xz
Fix typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211304 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86FastISel.cpp')
-rw-r--r--lib/Target/X86/X86FastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86FastISel.cpp b/lib/Target/X86/X86FastISel.cpp
index 9557d96d53..6bccd1290f 100644
--- a/lib/Target/X86/X86FastISel.cpp
+++ b/lib/Target/X86/X86FastISel.cpp
@@ -1315,7 +1315,7 @@ bool X86FastISel::X86SelectBranch(const Instruction *I) {
FuncInfo.MBB->addSuccessor(TrueMBB, BranchWeight);
// Emits an unconditional branch to the FalseBB, obtains the branch
- // weight, andd adds it to the successor list.
+ // weight, and adds it to the successor list.
FastEmitBranch(FalseMBB, DbgLoc);
return true;