summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-08-15 13:36:28 +0000
committerDan Gohman <gohman@apple.com>2007-08-15 13:36:28 +0000
commit28beeeac4db2d582d4947db96d62e423e4b68d88 (patch)
tree3a500b846e77d285021ec12e3ef0bbe69c498b82 /test/Transforms/GVN
parent7375bb9c8c82115dd401d67f0baaf30d6c481bd0 (diff)
downloadllvm-28beeeac4db2d582d4947db96d62e423e4b68d88.tar.gz
llvm-28beeeac4db2d582d4947db96d62e423e4b68d88.tar.bz2
llvm-28beeeac4db2d582d4947db96d62e423e4b68d88.tar.xz
Convert tests using "| wc -l | grep ..." to use the count script.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GVN')
-rw-r--r--test/Transforms/GVN/basic.ll2
-rw-r--r--test/Transforms/GVN/dominated.ll2
-rw-r--r--test/Transforms/GVN/mixed.ll2
-rw-r--r--test/Transforms/GVN/nonlocal.ll2
-rw-r--r--test/Transforms/GVN/semidominated.ll2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/Transforms/GVN/basic.ll b/test/Transforms/GVN/basic.ll
index 8c72e78533..ebf5daaf92 100644
--- a/test/Transforms/GVN/basic.ll
+++ b/test/Transforms/GVN/basic.ll
@@ -7,4 +7,4 @@ block1:
block2:
%z2 = bitcast i32 0 to i32
ret i32 %z2
-} \ No newline at end of file
+}
diff --git a/test/Transforms/GVN/dominated.ll b/test/Transforms/GVN/dominated.ll
index 4a9e97517e..d7c9417bcf 100644
--- a/test/Transforms/GVN/dominated.ll
+++ b/test/Transforms/GVN/dominated.ll
@@ -17,4 +17,4 @@ block4:
%DEAD = load i32** %p
%c = load i32* %DEAD
ret i32 %c
-} \ No newline at end of file
+}
diff --git a/test/Transforms/GVN/mixed.ll b/test/Transforms/GVN/mixed.ll
index 08c80d60a5..0c4f65cf96 100644
--- a/test/Transforms/GVN/mixed.ll
+++ b/test/Transforms/GVN/mixed.ll
@@ -10,4 +10,4 @@ block1:
%DEADGEP = getelementptr i32* %DEADLOAD, i32 0
%DEADLOAD2 = load i32* %DEADGEP
ret i32 %DEADLOAD2
-} \ No newline at end of file
+}
diff --git a/test/Transforms/GVN/nonlocal.ll b/test/Transforms/GVN/nonlocal.ll
index 7e5ef910b5..1618d05efb 100644
--- a/test/Transforms/GVN/nonlocal.ll
+++ b/test/Transforms/GVN/nonlocal.ll
@@ -16,4 +16,4 @@ block4:
%DEAD = load i32** %p
%c = load i32* %DEAD
ret i32 %c
-} \ No newline at end of file
+}
diff --git a/test/Transforms/GVN/semidominated.ll b/test/Transforms/GVN/semidominated.ll
index 89eac46d9c..95ee56a39c 100644
--- a/test/Transforms/GVN/semidominated.ll
+++ b/test/Transforms/GVN/semidominated.ll
@@ -16,4 +16,4 @@ block3:
block4:
%DEAD = load i32* %p
ret i32 %DEAD
-} \ No newline at end of file
+}