[llvm-commits] [llvm] r166750 - /llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.cpp
Nick Lewycky
nicholas at mxc.ca
Thu Oct 25 21:27:50 PDT 2012
Author: nicholas
Date: Thu Oct 25 23:27:49 2012
New Revision: 166750
URL: http://llvm.org/viewvc/llvm-project?rev=166750&view=rev
Log:
Fix typo in comment.
Modified:
llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.cpp
Modified: llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.cpp?rev=166750&r1=166749&r2=166750&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.cpp (original)
+++ llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.cpp Thu Oct 25 23:27:49 2012
@@ -71,7 +71,7 @@
// 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))
More information about the llvm-commits
mailing list