commit | 67b64b54702d1363b1740d7743c147be04d48905 | [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 | 208ecfcf0b445d376ed06be4208c98bed9463a40 [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() ||