diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-11-14 22:48:33 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-11-14 22:48:33 +0000 |
commit | e91da1baa137e3e20a7878030a3b8d5dc5b296f3 (patch) | |
tree | 56b4a3cb8f62e41b58d8f8b20b18512bf2c37665 /test | |
parent | 909cb4f2f2d227ea01852cb318c80a79c46bc9bf (diff) | |
download | external_llvm-e91da1baa137e3e20a7878030a3b8d5dc5b296f3.zip external_llvm-e91da1baa137e3e20a7878030a3b8d5dc5b296f3.tar.gz external_llvm-e91da1baa137e3e20a7878030a3b8d5dc5b296f3.tar.bz2 |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/ARM/fast-isel-ldr-str-arm.ll | 2 |
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 e9532d6..dfb8c53 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 +} |