[llvm] r351630 - Cleanup non-UTF8 characters and some types I found in these files.
Chandler Carruth via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 18 22:02:28 PST 2019
Author: chandlerc
Date: Fri Jan 18 22:02:27 2019
New Revision: 351630
URL: http://llvm.org/viewvc/llvm-project?rev=351630&view=rev
Log:
Cleanup non-UTF8 characters and some types I found in these files.
Modified:
llvm/trunk/include/llvm/CodeGen/ReachingDefAnalysis.h
llvm/trunk/include/llvm/ExecutionEngine/Orc/LLJIT.h
Modified: llvm/trunk/include/llvm/CodeGen/ReachingDefAnalysis.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ReachingDefAnalysis.h?rev=351630&r1=351629&r2=351630&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ReachingDefAnalysis.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ReachingDefAnalysis.h Fri Jan 18 22:02:27 2019
@@ -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).
///
Modified: llvm/trunk/include/llvm/ExecutionEngine/Orc/LLJIT.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/Orc/LLJIT.h?rev=351630&r1=351629&r2=351630&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ExecutionEngine/Orc/LLJIT.h (original)
+++ llvm/trunk/include/llvm/ExecutionEngine/Orc/LLJIT.h Fri Jan 18 22:02:27 2019
@@ -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.
//
//===----------------------------------------------------------------------===//
//
More information about the llvm-commits
mailing list