summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-11-27 08:17:58 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-11-27 08:17:58 +0000
commit9c5c2e6d09bc37ec9eac6298f75a0ac613d4b0a3 (patch)
tree3ec893a707fba6c0a284eb90350b177a94b3785d /test
parent020669d53f2d3dbad51a45644e96eb28338cf9ab (diff)
downloadllvm-9c5c2e6d09bc37ec9eac6298f75a0ac613d4b0a3.tar.gz
llvm-9c5c2e6d09bc37ec9eac6298f75a0ac613d4b0a3.tar.bz2
llvm-9c5c2e6d09bc37ec9eac6298f75a0ac613d4b0a3.tar.xz
Trailing linefeeds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168688 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/SimplifyLibCalls/FPrintF.ll1
-rw-r--r--test/Transforms/SimplifyLibCalls/FPuts.ll1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/Transforms/SimplifyLibCalls/FPrintF.ll b/test/Transforms/SimplifyLibCalls/FPrintF.ll
index 51733e4a1e..0cd086ab0b 100644
--- a/test/Transforms/SimplifyLibCalls/FPrintF.ll
+++ b/test/Transforms/SimplifyLibCalls/FPrintF.ll
@@ -25,4 +25,3 @@ entry:
%tmp.7 = call i32 (%struct._IO_FILE*, i8*, ...)* @fprintf( %struct._IO_FILE* %tmp.8, i8* getelementptr ([3 x i8]* @chr, i32 0, i32 0), i32 33 ) ; <i32> [#uses=0]
ret i32 0
}
-
diff --git a/test/Transforms/SimplifyLibCalls/FPuts.ll b/test/Transforms/SimplifyLibCalls/FPuts.ll
index aa01aba265..8be990024a 100644
--- a/test/Transforms/SimplifyLibCalls/FPuts.ll
+++ b/test/Transforms/SimplifyLibCalls/FPuts.ll
@@ -26,4 +26,3 @@ entry:
%c = call i32 @fputs( i8* %s3, %struct._IO_FILE* %out ) ; <i32> [#uses=0]
ret i32 0
}
-