[llvm] r320907 - Remove trailing whitespace

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 15 18:12:35 PST 2017


Author: vitalybuka
Date: Fri Dec 15 18:12:35 2017
New Revision: 320907

URL: http://llvm.org/viewvc/llvm-project?rev=320907&view=rev
Log:
Remove trailing whitespace

Modified:
    llvm/trunk/test/ThinLTO/X86/empty-module.ll

Modified: llvm/trunk/test/ThinLTO/X86/empty-module.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ThinLTO/X86/empty-module.ll?rev=320907&r1=320906&r2=320907&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/empty-module.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/empty-module.ll Fri Dec 15 18:12:35 2017
@@ -1,7 +1,7 @@
 ; RUN: opt -module-summary -o %t.bc %s
 
 ; RUN: rm -f %t2.0
-; RUN: llvm-lto2 run  %t.bc -r %t.bc,foo,pl -o %t2 -thinlto-distributed-indexes 
+; RUN: llvm-lto2 run  %t.bc -r %t.bc,foo,pl -o %t2 -thinlto-distributed-indexes
 ; RUN: llvm-readobj -h %t2.0 | FileCheck %s
 ; RUN: llvm-nm %t2.0 | count 0
 




More information about the llvm-commits mailing list