diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-03-28 02:38:26 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-03-28 02:38:26 +0000 |
commit | 5373b721c0c76c54f948b9097ba7f4737dbab730 (patch) | |
tree | 64fa80203e3e09c75ace8c8965a9ad819e83b6d2 /test/Feature/packed_struct.ll | |
parent | 83145c3f19685bf17df4b7a4579a92bda2020a94 (diff) | |
download | external_llvm-5373b721c0c76c54f948b9097ba7f4737dbab730.zip external_llvm-5373b721c0c76c54f948b9097ba7f4737dbab730.tar.gz external_llvm-5373b721c0c76c54f948b9097ba7f4737dbab730.tar.bz2 |
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/packed_struct.ll')
-rwxr-xr-x | test/Feature/packed_struct.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Feature/packed_struct.ll b/test/Feature/packed_struct.ll index 861d0bb..b6934d4 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() { |