Changes in directory llvm/test/Feature:
packed_cmp.ll updated: 1.2 -> 1.3 packed_struct.ll updated: 1.5 -> 1.6 --- Log message: Remove use of implementation keyword. --- Diffs of the changes: (+0 -2) packed_cmp.ll | 1 - packed_struct.ll | 1 - 2 files changed, 2 deletions(-) Index: llvm/test/Feature/packed_cmp.ll diff -u llvm/test/Feature/packed_cmp.ll:1.2 llvm/test/Feature/packed_cmp.ll:1.3 --- llvm/test/Feature/packed_cmp.ll:1.2 Wed Jan 3 21:06:23 2007 +++ llvm/test/Feature/packed_cmp.ll Tue Mar 27 21:38:26 2007 @@ -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) Index: llvm/test/Feature/packed_struct.ll diff -u llvm/test/Feature/packed_struct.ll:1.5 llvm/test/Feature/packed_struct.ll:1.6 --- llvm/test/Feature/packed_struct.ll:1.5 Fri Jan 26 02:25:06 2007 +++ llvm/test/Feature/packed_struct.ll Tue Mar 27 21:38:26 2007 @@ -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() { _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits