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:
parent
10792b59c2
commit
9820a5a8d3
@ -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).
|
||||
///
|
||||
|
@ -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.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user