diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-11-27 08:17:58 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-11-27 08:17:58 +0000 |
commit | fc2bdccfcd2f2524914815bdb48129fb0e990377 (patch) | |
tree | e10fb743e479899f70471a3ee4cfbc02d320b709 /llvm/test/Transforms/SimplifyLibCalls/FPuts.ll | |
parent | 32313da57cb27e85259aa10ed2e31d27f69ce76a (diff) | |
download | bcm5719-llvm-fc2bdccfcd2f2524914815bdb48129fb0e990377.tar.gz bcm5719-llvm-fc2bdccfcd2f2524914815bdb48129fb0e990377.zip |
Trailing linefeeds.
llvm-svn: 168688
Diffstat (limited to 'llvm/test/Transforms/SimplifyLibCalls/FPuts.ll')
-rw-r--r-- | llvm/test/Transforms/SimplifyLibCalls/FPuts.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyLibCalls/FPuts.ll b/llvm/test/Transforms/SimplifyLibCalls/FPuts.ll index aa01aba2656..8be990024ac 100644 --- a/llvm/test/Transforms/SimplifyLibCalls/FPuts.ll +++ b/llvm/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 } - |