Add newlines at end of test files, no functionality change

llvm-svn: 186263
This commit is contained in:
Stephen Lin 2013-07-13 22:00:58 +00:00
parent 48ad6dc463
commit 6dd347b39f
10 changed files with 10 additions and 10 deletions

View 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'
; CHECK-NOT: calls function 'llvm.memcpy.p0i8.p0i8.i32'

View File

@ -30,4 +30,4 @@ for.inc9:
if.then:
ret i8 0
}
}

View File

@ -15,4 +15,4 @@ good:
bad:
ret i32 1
}
}

View File

@ -282,4 +282,4 @@
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]
@ CHECK: vst2.16 {d16, d17}, [r0:128] @ encoding: [0x6f,0x08,0x40,0xf4]

View File

@ -50,4 +50,4 @@ define i128 @vector_to_int_cast() {
; CHECK: @vector_to_int_cast
; CHECK: ret i128 85070591750041656499021422275829170176
}

View File

@ -22,4 +22,4 @@ merge:
%h = select i1 %f, i16 1, i16 0
; CHECK: ret i16 %h
ret i16 %h
}
}

View 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
}
}

View 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
}
}

View File

@ -22,4 +22,4 @@ entry:
ret void
}
declare void @llvm.memmove.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
declare void @llvm.memmove.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind

View 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
declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) nounwind