[llvm] r224011 - Add newline missing in r224010.
Michael Kuperstein
michael.m.kuperstein at intel.com
Thu Dec 11 03:30:20 PST 2014
Author: mkuper
Date: Thu Dec 11 05:30:20 2014
New Revision: 224011
URL: http://llvm.org/viewvc/llvm-project?rev=224011&view=rev
Log:
Add newline missing in r224010.
Modified:
llvm/trunk/test/CodeGen/X86/movtopush.ll
Modified: llvm/trunk/test/CodeGen/X86/movtopush.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/movtopush.ll?rev=224011&r1=224010&r2=224011&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/movtopush.ll (original)
+++ llvm/trunk/test/CodeGen/X86/movtopush.ll Thu Dec 11 05:30:20 2014
@@ -109,4 +109,4 @@ define void @test6() {
bb:
alloca i32
ret void
-}
\ No newline at end of file
+}
More information about the llvm-commits
mailing list