From 0378ed43685cc7343e487bceddf14f119578fcc0 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224011 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/movtopush.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/movtopush.ll b/test/CodeGen/X86/movtopush.ll index 4db1372f948..fd4094a7a1e 100644 --- a/test/CodeGen/X86/movtopush.ll +++ b/test/CodeGen/X86/movtopush.ll @@ -109,4 +109,4 @@ define void @test6() { bb: alloca i32 ret void -} \ No newline at end of file +} -- 2.50.1