diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2012-10-26 04:27:49 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2012-10-26 04:27:49 +0000 |
commit | 1a3295427995652d899ba9d9d251c53b8fe76ab8 (patch) | |
tree | 27f9a9438ad907c627f230736424315a8d7b9aaf /llvm/lib/CodeGen/ScheduleDAGInstrs.cpp | |
parent | e47873ab89250b57eb65d97c207689a3263749bd (diff) | |
download | bcm5719-llvm-1a3295427995652d899ba9d9d251c53b8fe76ab8.tar.gz bcm5719-llvm-1a3295427995652d899ba9d9d251c53b8fe76ab8.zip |
Fix typo in comment.
llvm-svn: 166750
Diffstat (limited to 'llvm/lib/CodeGen/ScheduleDAGInstrs.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ScheduleDAGInstrs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp index 8dcbf83353d..496473d3a4b 100644 --- a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp +++ b/llvm/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)) |