commit | 1ac2429d1f1b89a9a9c0397ef63c4f4fa535fee8 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Thu Mar 18 16:41:16 2010 +0000 |
committer | Devang Patel <dpatel@apple.com> | Thu Mar 18 16:41:16 2010 +0000 |
tree | 84efa077660cd66533ab2d06377269e38082f55b | |
parent | c93b4cff89d85a13d4eaf1551af9fab276b88450 [diff] [blame] |
Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98830 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index 07dc238..4c2cd72 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -4282,7 +4282,7 @@ --BBI) { if (&*BBI == I) break; - // Debug info intrinsic does not intefer during tail call optimization. + // Debug info intrinsics do not get in the way of tail call optimization. if (isa<DbgInfoIntrinsic>(BBI)) continue; if (BBI->mayHaveSideEffects() || BBI->mayReadFromMemory() ||