From bf60cd0751fd273632d995095087a8f337097f06 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232626 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Thumb/stack-access.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Thumb/stack-access.ll b/test/CodeGen/Thumb/stack-access.ll index 8179e40550f..bc5ecc10b4d 100644 --- a/test/CodeGen/Thumb/stack-access.ll +++ b/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 +}