From: Bill Wendling Date: Thu, 2 Sep 2010 22:07:07 +0000 (+0000) Subject: Newline at end of file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6014f96a5fcf1761dafcb60966d00df7b8299279;p=clang Newline at end of file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112871 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/palignr.c b/test/CodeGen/palignr.c index 6297b2e990..e9c1dbd012 100644 --- a/test/CodeGen/palignr.c +++ b/test/CodeGen/palignr.c @@ -27,4 +27,4 @@ int2 align6(int2 a, int2 b) { return _mm_alignr_pi8(a, b, 9); } int2 align7(int2 a, int2 b) { return _mm_alignr_pi8(a, b, 16); } // CHECK: palignr -int2 align8(int2 a, int2 b) { return _mm_alignr_pi8(a, b, 7); } \ No newline at end of file +int2 align8(int2 a, int2 b) { return _mm_alignr_pi8(a, b, 7); }