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 | 0b7febd926baed2cfded9e8cf42138cf16d9ee1d (patch) | |
tree | b385fe6f8c31e206ce4f7c4d397671509d321d91 | |
parent | 4f692c27d74e249d6ef8d24792c35f3e5c620e2a (diff) |
Add new line.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148255 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ext-vector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ext-vector.c b/test/CodeGen/ext-vector.c index 1387b139ca..a9fa151175 100644 --- a/test/CodeGen/ext-vector.c +++ b/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 +} |