summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-07 22:53:17 +0000
committerChris Lattner <sabre@nondot.org>2010-04-07 22:53:17 +0000
commitd2075586c82104fe01c7de351b4df98833116e64 (patch)
treefd90fab2d2874d65978558eb65efd219cc6b8c5e /test/Transforms/GVN
parent1ca6531e2e8e1b3a4f6c48888568450ecf614004 (diff)
downloadllvm-d2075586c82104fe01c7de351b4df98833116e64.tar.gz
llvm-d2075586c82104fe01c7de351b4df98833116e64.tar.bz2
llvm-d2075586c82104fe01c7de351b4df98833116e64.tar.xz
add newlines at the end of files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100705 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GVN')
-rw-r--r--test/Transforms/GVN/invariant-simple.ll2
-rw-r--r--test/Transforms/GVN/lifetime-simple.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/GVN/invariant-simple.ll b/test/Transforms/GVN/invariant-simple.ll
index 6de75f1435..0a4182c410 100644
--- a/test/Transforms/GVN/invariant-simple.ll
+++ b/test/Transforms/GVN/invariant-simple.ll
@@ -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) \ No newline at end of file
+declare void @llvm.invariant.end({}* %S, i64 %SS, i8* nocapture %P)
diff --git a/test/Transforms/GVN/lifetime-simple.ll b/test/Transforms/GVN/lifetime-simple.ll
index 8139246dcf..d77db13b55 100644
--- a/test/Transforms/GVN/lifetime-simple.ll
+++ b/test/Transforms/GVN/lifetime-simple.ll
@@ -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) \ No newline at end of file
+declare void @llvm.lifetime.end(i64 %S, i8* nocapture %P)