From a1b19228277c407c767c97832c6dc337e9aa903d Mon Sep 17 00:00:00 2001 From: Michael Kuperstein Date: Thu, 11 Dec 2014 11:30:20 +0000 Subject: [PATCH] Add newline missing in r224010. llvm-svn: 224011 --- llvm/test/CodeGen/X86/movtopush.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/movtopush.ll b/llvm/test/CodeGen/X86/movtopush.ll index 4db1372..fd4094a 100644 --- a/llvm/test/CodeGen/X86/movtopush.ll +++ b/llvm/test/CodeGen/X86/movtopush.ll @@ -109,4 +109,4 @@ define void @test6() { bb: alloca i32 ret void -} \ No newline at end of file +} -- 2.7.4