diff options
| author | Tim Northover <tnorthover@apple.com> | 2014-04-14 13:18:40 +0000 |
|---|---|---|
| committer | Tim Northover <tnorthover@apple.com> | 2014-04-14 13:18:40 +0000 |
| commit | a89617bd3321a7350fc325a6efb19cdfd294c237 (patch) | |
| tree | 36e8f7de64df7d9f130c812d20641cdbb2f307f9 /llvm/test/CodeGen/AArch64/neon-add-sub.ll | |
| parent | 866468ae4ddc13a8aa317c08071c55768bae9f50 (diff) | |
| download | bcm5719-llvm-a89617bd3321a7350fc325a6efb19cdfd294c237.tar.gz bcm5719-llvm-a89617bd3321a7350fc325a6efb19cdfd294c237.zip | |
AArch64: add newline to end of test files.
Should be no other change.
llvm-svn: 206174
Diffstat (limited to 'llvm/test/CodeGen/AArch64/neon-add-sub.ll')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/neon-add-sub.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/neon-add-sub.ll b/llvm/test/CodeGen/AArch64/neon-add-sub.ll index 9015237fddc..25d2dcb7ceb 100644 --- a/llvm/test/CodeGen/AArch64/neon-add-sub.ll +++ b/llvm/test/CodeGen/AArch64/neon-add-sub.ll @@ -276,4 +276,4 @@ define <1 x i32> @test_sub_v1i32(<1 x i32> %a, <1 x i32> %b) { ;CHECK: sub {{v[0-9]+}}.2s, {{v[0-9]+}}.2s, {{v[0-9]+}}.2s %c = sub <1 x i32> %a, %b ret <1 x i32> %c -}
\ No newline at end of file +} |

