summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2012-10-26 04:27:49 +0000
committerNick Lewycky <nicholas@mxc.ca>2012-10-26 04:27:49 +0000
commit6b0db5f372057745c5e4a99d70401dc2615cc084 (patch)
tree59c7e9d7161e4c09fb35ab66ad0b1b1d5ec2b71f /lib
parent28a6214b59c0896695e478c57c485cc85f436528 (diff)
downloadllvm-6b0db5f372057745c5e4a99d70401dc2615cc084.tar.gz
llvm-6b0db5f372057745c5e4a99d70401dc2615cc084.tar.bz2
llvm-6b0db5f372057745c5e4a99d70401dc2615cc084.tar.xz
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166750 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/ScheduleDAGInstrs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ScheduleDAGInstrs.cpp b/lib/CodeGen/ScheduleDAGInstrs.cpp
index 8dcbf83353..496473d3a4 100644
--- a/lib/CodeGen/ScheduleDAGInstrs.cpp
+++ b/lib/CodeGen/ScheduleDAGInstrs.cpp
@@ -71,7 +71,7 @@ static const Value *getUnderlyingObjectFromInt(const Value *V) {
// object. We don't have to worry about the case where the
// object address is somehow being computed by the multiply,
// because our callers only care when the result is an
- // identifibale object.
+ // identifiable object.
if (U->getOpcode() != Instruction::Add ||
(!isa<ConstantInt>(U->getOperand(1)) &&
Operator::getOpcode(U->getOperand(1)) != Instruction::Mul))