From bcadfee2ad0eb951d88a4c516150122fdf004617 Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Thu, 12 Apr 2018 05:53:20 +0000 Subject: [NFC] fix trivial typos in documents and comments "is is" -> "is", "if if" -> "if", "or or" -> "or" llvm-svn: 329878 --- llvm/lib/CodeGen/LiveIntervals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/LiveIntervals.cpp b/llvm/lib/CodeGen/LiveIntervals.cpp index 13fe77e4866..c10881b5d19 100644 --- a/llvm/lib/CodeGen/LiveIntervals.cpp +++ b/llvm/lib/CodeGen/LiveIntervals.cpp @@ -785,7 +785,7 @@ MachineBasicBlock* LiveIntervals::intervalIsInOneMBB(const LiveInterval &LI) const { // A local live range must be fully contained inside the block, meaning it is // defined and killed at instructions, not at block boundaries. It is not - // live in or or out of any block. + // live in or out of any block. // // It is technically possible to have a PHI-defined live range identical to a // single block, but we are going to return false in that case. -- cgit v1.2.3