[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll 2007-02-16-InlineAsmNConstraint.ll 2007-02-23-lr-saved-twice.ll

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



Changes in directory llvm/test/CodeGen/PowerPC:

2007-01-31-InlineAsmAddrMode.ll updated: 1.1 -> 1.2
2007-02-16-InlineAsmNConstraint.ll updated: 1.1 -> 1.2
2007-02-23-lr-saved-twice.ll updated: 1.1 -> 1.2
---
Log message:

Remove use of implementation keyword.


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

 2007-01-31-InlineAsmAddrMode.ll    |    1 -
 2007-02-16-InlineAsmNConstraint.ll |    1 -
 2007-02-23-lr-saved-twice.ll       |    1 -
 3 files changed, 3 deletions(-)


Index: llvm/test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll
diff -u llvm/test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll:1.1 llvm/test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll:1.2
--- llvm/test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll:1.1	Wed Jan 31 18:38:56 2007
+++ llvm/test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll	Tue Mar 27 21:38:26 2007
@@ -6,7 +6,6 @@
 
 	%struct.A = type { i32, i32 }
 
-implementation   ; Functions:
 
 define void @test1() {
 entry:


Index: llvm/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll
diff -u llvm/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll:1.1 llvm/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll:1.2
--- llvm/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll:1.1	Fri Feb 16 23:59:01 2007
+++ llvm/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll	Tue Mar 27 21:38:26 2007
@@ -3,7 +3,6 @@
 target datalayout = "E-p:32:32"
 target triple = "powerpc-apple-darwin8.8.0"
 
-implementation   ; Functions:
 
 define void @blargh() {
 entry:


Index: llvm/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll
diff -u llvm/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll:1.1 llvm/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll:1.2
--- llvm/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll:1.1	Fri Feb 23 16:12:08 2007
+++ llvm/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll	Tue Mar 27 21:38:26 2007
@@ -4,7 +4,6 @@
 target triple = "powerpc-apple-darwin8"
 @str = internal constant [18 x i8] c"hello world!, %d\0A\00"            ; <[18 x i8]*> [#uses=1]
 
-implementation   ; Functions:
 
 define i32 @main() {
 entry:






More information about the llvm-commits mailing list