diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-09-21 00:43:18 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-09-21 00:43:18 +0000 |
commit | 1fb301aa415fcfd2bf38c44ab03ef37afddf4fc0 (patch) | |
tree | 1460ad8444360c313eeafb9d7996e36e57414275 | |
parent | 2364f58326b696903b2dfb1f05cd7e92a7468639 (diff) | |
download | llvm-1fb301aa415fcfd2bf38c44ab03ef37afddf4fc0.zip llvm-1fb301aa415fcfd2bf38c44ab03ef37afddf4fc0.tar.gz llvm-1fb301aa415fcfd2bf38c44ab03ef37afddf4fc0.tar.bz2 |
Add newline.
llvm-svn: 164346
-rw-r--r-- | llvm/test/CodeGen/ARM/fast-isel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel.ll b/llvm/test/CodeGen/ARM/fast-isel.ll index 075fd2d..397f006 100644 --- a/llvm/test/CodeGen/ARM/fast-isel.ll +++ b/llvm/test/CodeGen/ARM/fast-isel.ll @@ -267,4 +267,4 @@ entry: %0 = load i16* %x, align 1 ret i16 %0 -}
\ No newline at end of file +} |