diff options
Diffstat (limited to 'llvm/test/Transforms')
6 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/Transforms/ConstProp/basictest.ll b/llvm/test/Transforms/ConstProp/basictest.ll index 09e6e7db437..e9b5a0a9e1d 100644 --- a/llvm/test/Transforms/ConstProp/basictest.ll +++ b/llvm/test/Transforms/ConstProp/basictest.ll @@ -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 + diff --git a/llvm/test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll b/llvm/test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll index fef5b8579eb..a8efa38fdd0 100644 --- a/llvm/test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll +++ b/llvm/test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll @@ -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 +} diff --git a/llvm/test/Transforms/InstCombine/bitcast-vector-fold.ll b/llvm/test/Transforms/InstCombine/bitcast-vector-fold.ll index 8fd7f35b7bb..04c2861ae9b 100644 --- a/llvm/test/Transforms/InstCombine/bitcast-vector-fold.ll +++ b/llvm/test/Transforms/InstCombine/bitcast-vector-fold.ll @@ -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 +} diff --git a/llvm/test/Transforms/InstCombine/pr8547.ll b/llvm/test/Transforms/InstCombine/pr8547.ll index 485f4d9644f..7e9cbe17b68 100644 --- a/llvm/test/Transforms/InstCombine/pr8547.ll +++ b/llvm/test/Transforms/InstCombine/pr8547.ll @@ -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 +} diff --git a/llvm/test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll b/llvm/test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll index e7a58f16e22..7554b7f2b0b 100644 --- a/llvm/test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll +++ b/llvm/test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll @@ -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 diff --git a/llvm/test/Transforms/ScalarRepl/memset-aggregate.ll b/llvm/test/Transforms/ScalarRepl/memset-aggregate.ll index 95ecf175eed..3a5c37c0467 100644 --- a/llvm/test/Transforms/ScalarRepl/memset-aggregate.ll +++ b/llvm/test/Transforms/ScalarRepl/memset-aggregate.ll @@ -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 |

