Add newlines at end of test files, no functionality change
authorStephen Lin <stephenwlin@gmail.com>
Sat, 13 Jul 2013 22:00:58 +0000 (22:00 +0000)
committerStephen Lin <stephenwlin@gmail.com>
Sat, 13 Jul 2013 22:00:58 +0000 (22:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186263 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/CallGraph/no-intrinsics.ll
test/Analysis/ScalarEvolution/2011-04-26-FoldAddRec.ll
test/ExecutionEngine/mov64zext32.ll
test/MC/ARM/neon-vst-encoding.s
test/Transforms/ConstProp/basictest.ll
test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll
test/Transforms/InstCombine/bitcast-vector-fold.ll
test/Transforms/InstCombine/pr8547.ll
test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll
test/Transforms/ScalarRepl/memset-aggregate.ll

index 450dce58e30f9f63e20cfe87b64f09fc066414bf..d858907d7247be865b9e2e6106ca5b91ede9803e 100644 (file)
@@ -10,4 +10,4 @@ define void @f(i8* %out, i8* %in) {
 }
 
 ; CHECK: Call graph node for function: 'f'
-; CHECK-NOT: calls function 'llvm.memcpy.p0i8.p0i8.i32'
\ No newline at end of file
+; CHECK-NOT: calls function 'llvm.memcpy.p0i8.p0i8.i32'
index 1600d5f05a1884d15b89785a6c8f36a39acee29c..973dd7d6dd0d2cbd02612e7dfc74222e8fe1b4dd 100644 (file)
@@ -30,4 +30,4 @@ for.inc9:
 if.then:
   ret i8 0
 
-}
\ No newline at end of file
+}
index 482510d486f97c23262f2dd502b6919c1744a4d1..f38c21a5698f94806cbd4eca05c7124aa12a08a9 100644 (file)
@@ -15,4 +15,4 @@ good:
 
 bad:
   ret i32 1
-} 
\ No newline at end of file
+} 
index ef9f037c536f28193765071a5572e6045434e605..3c7e34e83ca6562b362975b4ad604bdb96a68664 100644 (file)
         vst2.16        {d16, d17}, [r0, :128]
 
 @ CHECK: vst2.8        {d16, d17}, [r0:64]   @ encoding: [0x1f,0x08,0x40,0xf4]
-@ CHECK: vst2.16 {d16, d17}, [r0:128] @ encoding: [0x6f,0x08,0x40,0xf4]
\ No newline at end of file
+@ CHECK: vst2.16 {d16, d17}, [r0:128] @ encoding: [0x6f,0x08,0x40,0xf4]
index 09e6e7db437a226a7a1a3ead2daa8230185e6e04..e9b5a0a9e1deb653ad9d39add5d03efeae55f3d1 100644 (file)
@@ -50,4 +50,4 @@ define i128 @vector_to_int_cast() {
 ; CHECK: @vector_to_int_cast
 ; CHECK: ret i128 85070591750041656499021422275829170176
 }
-  
\ No newline at end of file
+  
index fef5b8579eb58d4938a8ddd008651bfaf88fe657..a8efa38fdd0ad6a4fee126c122b40cefc10f8703 100644 (file)
@@ -22,4 +22,4 @@ merge:
   %h = select i1 %f, i16 1, i16 0 
 ; CHECK: ret i16 %h
   ret i16 %h
-}
\ No newline at end of file
+}
index 8fd7f35b7bb72816e8903c80d8c824659164dd32..04c2861ae9b7157b08f17f2ac8913a869e818163 100644 (file)
@@ -35,4 +35,4 @@ define <4 x i32> @test6() {
 define i32 @test7() {
        %tmp3 = bitcast <2 x half> <half 0xH1100, half 0xH0011> to i32
        ret i32 %tmp3
-}
\ No newline at end of file
+}
index 485f4d9644f3285643dc09f72e34170668f41694..7e9cbe17b68d2fa3a703b21e2d52f220a8327bbf 100644 (file)
@@ -23,4 +23,4 @@ for.cond:                                         ; preds = %for.cond, %codeRepl
 codeRepl2:                                        ; preds = %for.cond
   %call = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([10 x i8]* @.str, i64 0, i64 0), i32 %conv2) nounwind
   ret i32 0
-}
\ No newline at end of file
+}
index e7a58f16e2271966afd50b66c3b6d61ff0091984..7554b7f2b0b8aaea1d36ad646904540eeab9a4b7 100644 (file)
@@ -22,4 +22,4 @@ entry:
         ret void
 }
 
-declare void @llvm.memmove.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
\ No newline at end of file
+declare void @llvm.memmove.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
index 95ecf175eed2532f80562ce9a14f08359a483f63..3a5c37c0467381ccec7d5ec3ae5ffec9553c1d25 100644 (file)
@@ -64,4 +64,4 @@ entry:
 }
 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
 
-declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) nounwind
\ No newline at end of file
+declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) nounwind