From e91da1baa137e3e20a7878030a3b8d5dc5b296f3 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Mon, 14 Nov 2011 22:48:33 +0000 Subject: [PATCH] Add newline to end of file. Thanks, Eli. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144579 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/fast-isel-ldr-str-arm.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/ARM/fast-isel-ldr-str-arm.ll b/test/CodeGen/ARM/fast-isel-ldr-str-arm.ll index e9532d61bdc..dfb8c53735a 100644 --- a/test/CodeGen/ARM/fast-isel-ldr-str-arm.ll +++ b/test/CodeGen/ARM/fast-isel-ldr-str-arm.ll @@ -52,4 +52,4 @@ entry: %0 = load i8* %add.ptr, align 4 ; ARM: ldrb.w r{{[0-9]}}, [r0, #63] ret i8 %0 -} \ No newline at end of file +} -- 2.34.1