diff options
author | Tanya Lattner <tonic@nondot.org> | 2012-01-16 21:15:33 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2012-01-16 21:15:33 +0000 |
commit | 81ce08c983f9cfa8a60cc41427703f58d6ebc7a6 (patch) | |
tree | 8c2449705392b165f1fdfa9f47909c6ec58f8954 /clang/test/CodeGen/ext-vector.c | |
parent | 20248226a99c734b68c97115804e7ae45edab6f9 (diff) | |
download | bcm5719-llvm-81ce08c983f9cfa8a60cc41427703f58d6ebc7a6.tar.gz bcm5719-llvm-81ce08c983f9cfa8a60cc41427703f58d6ebc7a6.zip |
Add new line.
llvm-svn: 148255
Diffstat (limited to 'clang/test/CodeGen/ext-vector.c')
-rw-r--r-- | clang/test/CodeGen/ext-vector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/ext-vector.c b/clang/test/CodeGen/ext-vector.c index 1387b139ca8..a9fa1511758 100644 --- a/clang/test/CodeGen/ext-vector.c +++ b/clang/test/CodeGen/ext-vector.c @@ -285,4 +285,4 @@ int4 test15(uint4 V0) { V = V && V; V = V || V; return V; -}
\ No newline at end of file +} |