summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-11-14 22:48:33 +0000
committerChad Rosier <mcrosier@apple.com>2011-11-14 22:48:33 +0000
commite91da1baa137e3e20a7878030a3b8d5dc5b296f3 (patch)
tree56b4a3cb8f62e41b58d8f8b20b18512bf2c37665
parent909cb4f2f2d227ea01852cb318c80a79c46bc9bf (diff)
downloadllvm-e91da1baa137e3e20a7878030a3b8d5dc5b296f3.tar.gz
llvm-e91da1baa137e3e20a7878030a3b8d5dc5b296f3.tar.bz2
llvm-e91da1baa137e3e20a7878030a3b8d5dc5b296f3.tar.xz
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
-rw-r--r--test/CodeGen/ARM/fast-isel-ldr-str-arm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fast-isel-ldr-str-arm.ll b/test/CodeGen/ARM/fast-isel-ldr-str-arm.ll
index e9532d61bd..dfb8c53735 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
+}