From 6c0c21954cd26cf874553edc055ce39a87663d8c Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 7 Aug 2009 01:26:06 +0000 Subject: [PATCH] Fix a typo in a comment. llvm-svn: 78362 --- llvm/lib/CodeGen/ScheduleDAGInstrs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp index 221fd8b098a9..cb689cdc8a5e 100644 --- a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp +++ b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp @@ -58,7 +58,7 @@ static const Value *getUnderlyingObjectFromInt(const Value *V) { // If we find an add of a constant or a multiplied value, it's // likely that the other operand will lead us to the base // object. We don't have to worry about the case where the - // object address is somehow being computed bt the multiply, + // object address is somehow being computed by the multiply, // because our callers only care when the result is an // identifibale object. if (U->getOpcode() != Instruction::Add || -- GitLab