[llvm] r266082 - Test commit, NFC.

Than McIntosh via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 08:35:06 PDT 2016


Author: thanm
Date: Tue Apr 12 10:35:05 2016
New Revision: 266082

URL: http://llvm.org/viewvc/llvm-project?rev=266082&view=rev
Log:
Test commit, NFC.

Adds a blank line.

Modified:
    llvm/trunk/test/CodeGen/X86/StackColoring-dbg.ll

Modified: llvm/trunk/test/CodeGen/X86/StackColoring-dbg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/StackColoring-dbg.ll?rev=266082&r1=266081&r2=266082&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/StackColoring-dbg.ll (original)
+++ llvm/trunk/test/CodeGen/X86/StackColoring-dbg.ll Tue Apr 12 10:35:05 2016
@@ -21,6 +21,7 @@ for.body:
   br label %for.body
 }
 
+
 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
 
 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind




More information about the llvm-commits mailing list