summaryrefslogtreecommitdiff
path: root/test/Feature
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-28 02:38:26 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-28 02:38:26 +0000
commit5373b721c0c76c54f948b9097ba7f4737dbab730 (patch)
tree64fa80203e3e09c75ace8c8965a9ad819e83b6d2 /test/Feature
parent83145c3f19685bf17df4b7a4579a92bda2020a94 (diff)
downloadllvm-5373b721c0c76c54f948b9097ba7f4737dbab730.tar.gz
llvm-5373b721c0c76c54f948b9097ba7f4737dbab730.tar.bz2
llvm-5373b721c0c76c54f948b9097ba7f4737dbab730.tar.xz
Remove use of implementation keyword.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35412 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rwxr-xr-xtest/Feature/packed_cmp.ll1
-rwxr-xr-xtest/Feature/packed_struct.ll1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/Feature/packed_cmp.ll b/test/Feature/packed_cmp.ll
index 49d0523486..eb2f30dbc9 100755
--- a/test/Feature/packed_cmp.ll
+++ b/test/Feature/packed_cmp.ll
@@ -13,7 +13,6 @@
%fvec1 = constant %fvec_type <float 1.0, float 1.0, float 1.0, float 1.0>
%fvec2 = constant %fvec_type <float 0.0, float 0.0, float 0.0, float 0.0>
-implementation ; Functions:
define bool %ivectest1() {
%v1 = load %ivec_type* getelementptr(%ivec_type* %ivec1, i32 0)
diff --git a/test/Feature/packed_struct.ll b/test/Feature/packed_struct.ll
index 861d0bba70..b6934d4210 100755
--- a/test/Feature/packed_struct.ll
+++ b/test/Feature/packed_struct.ll
@@ -12,7 +12,6 @@
@E1 = global <{i8, i32, i32}> <{i8 1, i32 2, i32 3}>
@E2 = global {i8, i32, i32} {i8 4, i32 5, i32 6}
-implementation ; Functions:
define i32 @main()
{