[llvm-commits] CVS: llvm/test/CodeGen/Alpha/add.ll i32_sub_1.ll zapnot.ll

Reid Spencer reid at x10sys.com
Tue Mar 27 19:39:26 PDT 2007



Changes in directory llvm/test/CodeGen/Alpha:

add.ll updated: 1.7 -> 1.8
i32_sub_1.ll updated: 1.5 -> 1.6
zapnot.ll updated: 1.5 -> 1.6
---
Log message:

Remove use of implementation keyword.


---
Diffs of the changes:  (+0 -3)

 add.ll       |    1 -
 i32_sub_1.ll |    1 -
 zapnot.ll    |    1 -
 3 files changed, 3 deletions(-)


Index: llvm/test/CodeGen/Alpha/add.ll
diff -u llvm/test/CodeGen/Alpha/add.ll:1.7 llvm/test/CodeGen/Alpha/add.ll:1.8
--- llvm/test/CodeGen/Alpha/add.ll:1.7	Thu Feb  1 20:16:22 2007
+++ llvm/test/CodeGen/Alpha/add.ll	Tue Mar 27 21:38:26 2007
@@ -17,7 +17,6 @@
 ; RUN: grep 's4subq' %t.s | wc -l | grep 2 &&
 ; RUN: grep 's8subq' %t.s | wc -l | grep 2
 
-implementation   ; Functions:
 
 define i32 @al(i32 sext %x.s, i32 sext %y.s) sext {
 entry:


Index: llvm/test/CodeGen/Alpha/i32_sub_1.ll
diff -u llvm/test/CodeGen/Alpha/i32_sub_1.ll:1.5 llvm/test/CodeGen/Alpha/i32_sub_1.ll:1.6
--- llvm/test/CodeGen/Alpha/i32_sub_1.ll:1.5	Fri Jan 26 02:25:06 2007
+++ llvm/test/CodeGen/Alpha/i32_sub_1.ll	Tue Mar 27 21:38:26 2007
@@ -1,7 +1,6 @@
 ; Make sure this testcase codegens to the ctpop instruction
 ; RUN: llvm-as < %s | llc -march=alpha | grep -i 'subl $16,1,$0'
 
-implementation   ; Functions:
 
 define i32 @foo(i32 sext %x) sext {
 entry:


Index: llvm/test/CodeGen/Alpha/zapnot.ll
diff -u llvm/test/CodeGen/Alpha/zapnot.ll:1.5 llvm/test/CodeGen/Alpha/zapnot.ll:1.6
--- llvm/test/CodeGen/Alpha/zapnot.ll:1.5	Fri Jan 26 02:25:06 2007
+++ llvm/test/CodeGen/Alpha/zapnot.ll	Tue Mar 27 21:38:26 2007
@@ -1,7 +1,6 @@
 ; Make sure this testcase codegens to the bic instruction
 ; RUN: llvm-as < %s | llc -march=alpha | grep 'zapnot'
 
-implementation   ; Functions:
 
 define i16 @foo(i64 %y) zext {
 entry:






More information about the llvm-commits mailing list