[llvm-commits] CVS: llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll switch-lower.ll

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



Changes in directory llvm/test/CodeGen/Generic:

2007-02-16-BranchFold.ll updated: 1.2 -> 1.3
switch-lower.ll updated: 1.1 -> 1.2
---
Log message:

Remove use of implementation keyword.


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

 2007-02-16-BranchFold.ll |    1 -
 switch-lower.ll          |    1 -
 2 files changed, 2 deletions(-)


Index: llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll
diff -u llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll:1.2 llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll:1.3
--- llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll:1.2	Fri Feb 16 19:12:15 2007
+++ llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll	Tue Mar 27 21:38:26 2007
@@ -25,7 +25,6 @@
 @outfile = external global %struct.FILE*		; <%struct.FILE**> [#uses=1]
 @str1 = external global [11 x i8]		; <[11 x i8]*> [#uses=1]
 
-implementation   ; Functions:
 
 declare i32 @fprintf(%struct.FILE*, i8*, ...)
 


Index: llvm/test/CodeGen/Generic/switch-lower.ll
diff -u llvm/test/CodeGen/Generic/switch-lower.ll:1.1 llvm/test/CodeGen/Generic/switch-lower.ll:1.2
--- llvm/test/CodeGen/Generic/switch-lower.ll:1.1	Mon Feb 12 19:05:10 2007
+++ llvm/test/CodeGen/Generic/switch-lower.ll	Tue Mar 27 21:38:26 2007
@@ -1,7 +1,6 @@
 ; RUN: llvm-as < %s | llc
 ; PR1197
 
-implementation   ; Functions:
 
 define void @exp_attr__expand_n_attribute_reference() {
 entry:






More information about the llvm-commits mailing list