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 99//
1010// / \file Reaching Defs Analysis pass.
1111// /
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
1313// / a given register. It is used by BreakFalseDeps (for clearance calculation)
1414// / and ExecutionDomainFix (for arbitrating conflicting domains).
1515// /
Original file line number Diff line number Diff line change 33// The LLVM Compiler Infrastructure
44//
55// 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 .
77//
88// ===----------------------------------------------------------------------===//
99//
You can’t perform that action at this time.
0 commit comments