Skip to content

Commit f51a963

Browse files
committed
Cleanup non-UTF8 characters and some types I found in these files.
llvm-svn: 351630
1 parent ac991bb commit f51a963

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/include/llvm/CodeGen/ReachingDefAnalysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
///

llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
//

0 commit comments

Comments
 (0)