[llvm] r348483 - Test commit: Removed trailing space in .txt file.
    Markus Lavin via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Dec  6 05:20:27 PST 2018
    
    
  
Author: markus
Date: Thu Dec  6 05:20:27 2018
New Revision: 348483
URL: http://llvm.org/viewvc/llvm-project?rev=348483&view=rev
Log:
Test commit: Removed trailing space in .txt file.
Modified:
    llvm/trunk/lib/CodeGen/README.txt
Modified: llvm/trunk/lib/CodeGen/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/README.txt?rev=348483&r1=348482&r2=348483&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/README.txt (original)
+++ llvm/trunk/lib/CodeGen/README.txt Thu Dec  6 05:20:27 2018
@@ -156,8 +156,8 @@ doing the wrong thing.
 //===---------------------------------------------------------------------===//
 
 It would be really nice to be able to write patterns in .td files for copies,
-which would eliminate a bunch of explicit predicates on them (e.g. no side 
-effects).  Once this is in place, it would be even better to have tblgen 
+which would eliminate a bunch of explicit predicates on them (e.g. no side
+effects).  Once this is in place, it would be even better to have tblgen
 synthesize the various copy insertion/inspection methods in TargetInstrInfo.
 
 //===---------------------------------------------------------------------===//
    
    
More information about the llvm-commits
mailing list