summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine
diff options
context:
space:
mode:
authorStephen Lin <stephenwlin@gmail.com>2013-07-13 22:00:58 +0000
committerStephen Lin <stephenwlin@gmail.com>2013-07-13 22:00:58 +0000
commit0dfc1664870ad6e48ecb8259d8ad8e70a2a475d3 (patch)
treed5378d27b22bd00f3a8351925e35e1d590cfa0b3 /test/Transforms/InstCombine
parentb4dc0233c9f70e8cf946822811f233bb613a02e9 (diff)
downloadllvm-0dfc1664870ad6e48ecb8259d8ad8e70a2a475d3.tar.gz
llvm-0dfc1664870ad6e48ecb8259d8ad8e70a2a475d3.tar.bz2
llvm-0dfc1664870ad6e48ecb8259d8ad8e70a2a475d3.tar.xz
Add newlines at end of test files, no functionality change
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186263 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine')
-rw-r--r--test/Transforms/InstCombine/bitcast-vector-fold.ll2
-rw-r--r--test/Transforms/InstCombine/pr8547.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/bitcast-vector-fold.ll b/test/Transforms/InstCombine/bitcast-vector-fold.ll
index 8fd7f35b7b..04c2861ae9 100644
--- a/test/Transforms/InstCombine/bitcast-vector-fold.ll
+++ b/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/test/Transforms/InstCombine/pr8547.ll b/test/Transforms/InstCombine/pr8547.ll
index 485f4d9644..7e9cbe17b6 100644
--- a/test/Transforms/InstCombine/pr8547.ll
+++ b/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
+}