1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Cleanup non-UTF8 characters and some types I found in these files.

llvm-svn: 351630
This commit is contained in:
Chandler Carruth 2019-01-19 06:02:27 +00:00
parent 10792b59c2
commit 9820a5a8d3
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
//
/// \file Reaching Defs Analysis pass.
///
/// This pass tracks for each instruction what is the “closest” reaching def of
/// This pass tracks for each instruction what is the "closest" reaching def of
/// a given register. It is used by BreakFalseDeps (for clearance calculation)
/// and ExecutionDomainFix (for arbitrating conflicting domains).
///

View File

@ -3,7 +3,7 @@
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for 3Bdetails.
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//