diff options
author | Dan Gohman <gohman@apple.com> | 2007-08-15 13:36:28 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2007-08-15 13:36:28 +0000 |
commit | 28beeeac4db2d582d4947db96d62e423e4b68d88 (patch) | |
tree | 3a500b846e77d285021ec12e3ef0bbe69c498b82 /test/Other | |
parent | 7375bb9c8c82115dd401d67f0baaf30d6c481bd0 (diff) | |
download | external_llvm-28beeeac4db2d582d4947db96d62e423e4b68d88.zip external_llvm-28beeeac4db2d582d4947db96d62e423e4b68d88.tar.gz external_llvm-28beeeac4db2d582d4947db96d62e423e4b68d88.tar.bz2 |
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/Other')
-rw-r--r-- | test/Other/2004-08-16-LowerPacked.ll | 2 | ||||
-rw-r--r-- | test/Other/2004-08-16-PackedGlobalConstant.ll | 2 | ||||
-rw-r--r-- | test/Other/2004-08-16-PackedSelect.ll | 2 | ||||
-rw-r--r-- | test/Other/2004-08-16-PackedSimple.ll | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/Other/2004-08-16-LowerPacked.ll b/test/Other/2004-08-16-LowerPacked.ll index 1d8da1d..910f89a 100644 --- a/test/Other/2004-08-16-LowerPacked.ll +++ b/test/Other/2004-08-16-LowerPacked.ll @@ -17,4 +17,4 @@ void %main() %c2 = select bool true, <2 x int> <int 1, int 1>, <2 x int> %t0 store <2 x int> <int 4, int 4>, <2 x int>* %foo ret void -}
\ No newline at end of file +} diff --git a/test/Other/2004-08-16-PackedGlobalConstant.ll b/test/Other/2004-08-16-PackedGlobalConstant.ll index 01b0d5d..638e862 100644 --- a/test/Other/2004-08-16-PackedGlobalConstant.ll +++ b/test/Other/2004-08-16-PackedGlobalConstant.ll @@ -10,4 +10,4 @@ void %main() %t0 = load <2 x int>* %foo; store <2 x int> %t0, <2 x int>* %bar ret void -}
\ No newline at end of file +} diff --git a/test/Other/2004-08-16-PackedSelect.ll b/test/Other/2004-08-16-PackedSelect.ll index 5bbf20c..4485543 100644 --- a/test/Other/2004-08-16-PackedSelect.ll +++ b/test/Other/2004-08-16-PackedSelect.ll @@ -12,4 +12,4 @@ void %main() %t2 = select bool true, <4 x float> %t0, <4 x float> %t1 store <4 x float> %t2, <4 x float>* %bar ret void -}
\ No newline at end of file +} diff --git a/test/Other/2004-08-16-PackedSimple.ll b/test/Other/2004-08-16-PackedSimple.ll index 9835199..f50cd21 100644 --- a/test/Other/2004-08-16-PackedSimple.ll +++ b/test/Other/2004-08-16-PackedSimple.ll @@ -12,4 +12,4 @@ void %main() %t3 = select bool false, <4 x float> %t0, <4 x float> %t2 store <4 x float> %t3, <4 x float>* %bar ret void -}
\ No newline at end of file +} |