File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
//
10
10
// / \file Reaching Defs Analysis pass.
11
11
// /
12
- // / This pass tracks for each instruction what is the “ closest” reaching def of
12
+ // / This pass tracks for each instruction what is the " closest" reaching def of
13
13
// / a given register. It is used by BreakFalseDeps (for clearance calculation)
14
14
// / and ExecutionDomainFix (for arbitrating conflicting domains).
15
15
// /
Original file line number Diff line number Diff line change 3
3
// The LLVM Compiler Infrastructure
4
4
//
5
5
// This file is distributed under the University of Illinois Open Source
6
- // License. See LICENSE.TXT for 3Bdetails .
6
+ // License. See LICENSE.TXT for details .
7
7
//
8
8
// ===----------------------------------------------------------------------===//
9
9
//
You can’t perform that action at this time.
0 commit comments