From 2063cb63059d5fa64b628817194f830a908c334f Mon Sep 17 00:00:00 2001 From: John Brawn Date: Wed, 18 Mar 2015 10:45:12 +0000 Subject: [PATCH] Add missing newline to end of test file. llvm-svn: 232626 --- llvm/test/CodeGen/Thumb/stack-access.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/Thumb/stack-access.ll b/llvm/test/CodeGen/Thumb/stack-access.ll index 8179e40..bc5ecc1 100644 --- a/llvm/test/CodeGen/Thumb/stack-access.ll +++ b/llvm/test/CodeGen/Thumb/stack-access.ll @@ -87,4 +87,4 @@ define void @test7() { store i32 1, i32* %arrayidx1, align 4 ret void -} \ No newline at end of file +} -- 2.7.4