add newlines at the end of files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100705 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-04-07 22:53:17 +00:00
parent 1ca6531e2e
commit d2075586c8
33 changed files with 33 additions and 33 deletions

View File

@ -12,4 +12,4 @@ define i32 @main() {
ret i32 %d
}
declare i32 @llvm.atomic.swap.i32.p0i32(i32*, i32) nounwind
declare i32 @llvm.atomic.swap.i32.p0i32(i32*, i32) nounwind

View File

@ -19,4 +19,4 @@ declare void @llvm.dbg.func.start(metadata) nounwind readnone
!foo = !{ !0 }
!bar = !{ !1 }
; !foo = !{ !0, !"foo" }
; !foo = !{ !0, !"foo" }

View File

@ -1,2 +1,2 @@
; RUN: llvm-dis < %s.bc | not grep {i32 @llvm\\.pmulld}
; RUN: llvm-dis < %s.bc | grep mul
; RUN: llvm-dis < %s.bc | grep mul

View File

@ -14,4 +14,4 @@ define i16 @rol1u16(i16 %x.arg) nounwind {
return:
%6 = load i16* %retval
ret i16 %6
}
}

View File

@ -12,4 +12,4 @@ return:
%3 = load i16* %retval
ret i16 %3
}
}

View File

@ -25,4 +25,4 @@ entry:
return:
ret void
; CHECK: blr
}
}

View File

@ -3,4 +3,4 @@
define void @foo() {
entry:
ret void
}
}

View File

@ -3,4 +3,4 @@
define i64 @foo(i64 %a, i64 %b) {
entry:
ret i64 %b
}
}

View File

@ -3,4 +3,4 @@ define i64 @foo(i64 %a, i64 %b) {
entry:
%c = add i64 %a, %b
ret i64 %c
}
}

View File

@ -3,4 +3,4 @@ define i64 @foo(i64 %a, i64 %b) {
entry:
%c = add i64 %a, 1
ret i64 %c
}
}

View File

@ -4,4 +4,4 @@ define i64 @foo(i64 %a, i64 %b) {
entry:
%c = and i64 %a, %b
ret i64 %c
}
}

View File

@ -4,4 +4,4 @@ define i64 @foo(i64 %a) {
entry:
%c = sub i64 0, %a
ret i64 %c
}
}

View File

@ -3,4 +3,4 @@ define i64 @foo(i64 %a, i64 %b) {
entry:
%c = or i64 %a, %b
ret i64 %c
}
}

View File

@ -4,4 +4,4 @@ define i64 @foo(i64 %a, i64 %b) {
entry:
%c = sub i64 %a, %b
ret i64 %c
}
}

View File

@ -4,4 +4,4 @@ define i64 @foo(i64 %a, i64 %b) {
entry:
%c = sub i64 %a, 1
ret i64 %c
}
}

View File

@ -3,4 +3,4 @@ define i64 @foo(i64 %a, i64 %b) {
entry:
%c = xor i64 %a, %b
ret i64 %c
}
}

View File

@ -3,4 +3,4 @@ define i64 @foo(i64 %a, i64 %b) {
entry:
%c = xor i64 %a, 1
ret i64 %c
}
}

View File

@ -13,4 +13,4 @@ define i32 @bar(float %a) {
entry:
%b = bitcast float %a to i32
ret i32 %b
}
}

View File

@ -9,4 +9,4 @@ entry:
}
; CHECK: .section .drectve
; CHECK: -export:@foo@0
; CHECK: -export:@foo@0

View File

@ -13,4 +13,4 @@ define <8 x i16> @shuf7(<8 x i16> %t0) {
; CHECK: pshufd
%tmp10 = shufflevector <8 x i16> %t0, <8 x i16> undef, <8 x i32> < i32 undef, i32 2, i32 2, i32 2, i32 2, i32 2, i32 undef, i32 undef >
ret <8 x i16> %tmp10
}
}

View File

@ -10,4 +10,4 @@ B2:
ret i32 %0
}
!0 = metadata !{i32 42}
!0 = metadata !{i32 42}

View File

@ -2,4 +2,4 @@
// PR2691
void init_IRQ(void) __attribute__((weak, alias("native_init_IRQ")));
void native_init_IRQ(void) {}
void native_init_IRQ(void) {}

View File

@ -23,4 +23,4 @@ T:
ret i32 %y
T2:
unreachable
}
}

View File

@ -54,4 +54,4 @@ dead:
store i32 4, i32* %P2
store i32 4, i32* %Q2
br label %dead
}
}

View File

@ -33,4 +33,4 @@ entry:
declare i32 @foo(i8*) nounwind
declare i32 @bar(i8*) nounwind readonly
declare {}* @llvm.invariant.start(i64 %S, i8* nocapture %P) readonly
declare void @llvm.invariant.end({}* %S, i64 %SS, i8* nocapture %P)
declare void @llvm.invariant.end({}* %S, i64 %SS, i8* nocapture %P)

View File

@ -17,4 +17,4 @@ entry:
}
declare {}* @llvm.lifetime.start(i64 %S, i8* nocapture %P) readonly
declare void @llvm.lifetime.end(i64 %S, i8* nocapture %P)
declare void @llvm.lifetime.end(i64 %S, i8* nocapture %P)

View File

@ -16,4 +16,4 @@ define void @t2(i1* %P) nounwind {
; <label>:6 ; preds = %1
ret void
}
}

View File

@ -13,4 +13,4 @@ define i32 @result() {
%A = call i32 @test_function()
%B = add i32 %A, 1
ret i32 %B
}
}

View File

@ -86,4 +86,4 @@ entry:
%cmp = icmp ne i32 %sub, 0
%retval = select i1 %cmp, i32 1, i32 0
ret i32 %retval
}
}

View File

@ -16,4 +16,4 @@ define i32 @test() {
%c = add i32 %b, %D
ret i32 %c
}

View File

@ -86,4 +86,4 @@ define <4 x i8> @test9(<16 x i8> %tmp6) nounwind {
%tmp7 = shufflevector <16 x i8> %tmp6, <16 x i8> undef, <4 x i32> < i32 13, i32 9, i32 4, i32 13 > ; <<4 x i8>> [#uses=1]
%tmp9 = shufflevector <4 x i8> %tmp7, <4 x i8> undef, <4 x i32> < i32 3, i32 1, i32 2, i32 0 > ; <<4 x i8>> [#uses=1]
ret <4 x i8> %tmp9
}
}

View File

@ -45,4 +45,4 @@ bb39: ; preds = %bb12, %bb3, %bb17
return: ; preds = %bb39
ret void
}
}

View File

@ -18,4 +18,4 @@ afterdo: ; preds = %dobody
ret void
}
declare void @b(i128 %add)
declare void @b(i128 %add)