summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/ARM/2007-03-06-AddR7.ll1
-rw-r--r--llvm/test/CodeGen/ARM/2007-03-21-JoinIntervalsCrash.ll1
-rw-r--r--llvm/test/CodeGen/ARM/2007-03-26-RegScavengerAssert.ll1
-rw-r--r--llvm/test/CodeGen/ARM/2007-03-27-RegScavengerAssert.ll2
-rw-r--r--llvm/test/CodeGen/ARM/call_nolink.ll1
-rw-r--r--llvm/test/CodeGen/Alpha/add.ll1
-rw-r--r--llvm/test/CodeGen/Alpha/i32_sub_1.ll1
-rw-r--r--llvm/test/CodeGen/Alpha/zapnot.ll1
-rw-r--r--llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll1
-rw-r--r--llvm/test/CodeGen/CBackend/2007-02-05-memset.ll1
-rw-r--r--llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll1
-rw-r--r--llvm/test/CodeGen/Generic/switch-lower.ll1
-rw-r--r--llvm/test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll1
-rw-r--r--llvm/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll1
-rw-r--r--llvm/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll1
-rw-r--r--llvm/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll1
-rw-r--r--llvm/test/CodeGen/X86/2007-03-16-InlineAsm.ll1
-rw-r--r--llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll1
-rw-r--r--llvm/test/CodeGen/X86/shift-codegen.ll1
-rw-r--r--llvm/test/CodeGen/X86/test-hidden.ll1
-rw-r--r--llvm/test/CodeGen/X86/x86-64-arg.ll1
-rw-r--r--llvm/test/CodeGen/X86/x86-64-shortint.ll1
22 files changed, 0 insertions, 23 deletions
diff --git a/llvm/test/CodeGen/ARM/2007-03-06-AddR7.ll b/llvm/test/CodeGen/ARM/2007-03-06-AddR7.ll
index fcdb7bd8d8d..4c6648f30ad 100644
--- a/llvm/test/CodeGen/ARM/2007-03-06-AddR7.ll
+++ b/llvm/test/CodeGen/ARM/2007-03-06-AddR7.ll
@@ -25,7 +25,6 @@
@s.10319 = external global %struct.aa_ss* ; <%struct.aa_ss**> [#uses=2]
@str15 = external constant [24 x i8] ; <[24 x i8]*> [#uses=1]
-implementation ; Functions:
define i8 @test(%struct.__fooY* %calendar, double* %atp, i8* %componentDesc, ...) zext {
entry:
diff --git a/llvm/test/CodeGen/ARM/2007-03-21-JoinIntervalsCrash.ll b/llvm/test/CodeGen/ARM/2007-03-21-JoinIntervalsCrash.ll
index e5fed6aa34f..32daf839f0f 100644
--- a/llvm/test/CodeGen/ARM/2007-03-21-JoinIntervalsCrash.ll
+++ b/llvm/test/CodeGen/ARM/2007-03-21-JoinIntervalsCrash.ll
@@ -33,7 +33,6 @@
%struct.varray_head_tag = type opaque
%union.tree_ann_d = type opaque
-implementation ; Functions:
define void @declspecs_add_type(i32 %spec.1) {
entry:
diff --git a/llvm/test/CodeGen/ARM/2007-03-26-RegScavengerAssert.ll b/llvm/test/CodeGen/ARM/2007-03-26-RegScavengerAssert.ll
index 5b698f3c377..5a62401fe18 100644
--- a/llvm/test/CodeGen/ARM/2007-03-26-RegScavengerAssert.ll
+++ b/llvm/test/CodeGen/ARM/2007-03-26-RegScavengerAssert.ll
@@ -225,7 +225,6 @@ target triple = "arm-linux-gnueabi"
@__FUNCTION__.21382 = external global [19 x i8] ; <[19 x i8]*> [#uses=0]
@__FUNCTION__.21117 = external global [21 x i8] ; <[21 x i8]*> [#uses=0]
-implementation ; Functions:
declare void @push_gimplify_context()
diff --git a/llvm/test/CodeGen/ARM/2007-03-27-RegScavengerAssert.ll b/llvm/test/CodeGen/ARM/2007-03-27-RegScavengerAssert.ll
index 0bb664ee309..f927ef43ca1 100644
--- a/llvm/test/CodeGen/ARM/2007-03-27-RegScavengerAssert.ll
+++ b/llvm/test/CodeGen/ARM/2007-03-27-RegScavengerAssert.ll
@@ -4,8 +4,6 @@
%struct.rtx_def = type { i16, i8, i8, %struct.u }
%struct.u = type { [1 x i64] }
-implementation ; Functions:
-
define fastcc void @find_reloads_address(%struct.rtx_def** %loc) {
entry:
%ad_addr = alloca %struct.rtx_def* ; <%struct.rtx_def**> [#uses=2]
diff --git a/llvm/test/CodeGen/ARM/call_nolink.ll b/llvm/test/CodeGen/ARM/call_nolink.ll
index fa1641d1678..4dbfe8d670e 100644
--- a/llvm/test/CodeGen/ARM/call_nolink.ll
+++ b/llvm/test/CodeGen/ARM/call_nolink.ll
@@ -8,7 +8,6 @@
@numi = external global i32 ; <i32*> [#uses=1]
@counter = external global [2 x i32] ; <[2 x i32]*> [#uses=1]
-implementation ; Functions:
define void @main_bb_2E_i_bb205_2E_i_2E_i_bb115_2E_i_2E_i() {
newFuncRoot:
diff --git a/llvm/test/CodeGen/Alpha/add.ll b/llvm/test/CodeGen/Alpha/add.ll
index 7fbfd1235d8..8add4b41eab 100644
--- a/llvm/test/CodeGen/Alpha/add.ll
+++ b/llvm/test/CodeGen/Alpha/add.ll
@@ -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:
diff --git a/llvm/test/CodeGen/Alpha/i32_sub_1.ll b/llvm/test/CodeGen/Alpha/i32_sub_1.ll
index 91ce648c2ad..c5994733c95 100644
--- a/llvm/test/CodeGen/Alpha/i32_sub_1.ll
+++ b/llvm/test/CodeGen/Alpha/i32_sub_1.ll
@@ -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:
diff --git a/llvm/test/CodeGen/Alpha/zapnot.ll b/llvm/test/CodeGen/Alpha/zapnot.ll
index 09c31a4c224..835dc317284 100644
--- a/llvm/test/CodeGen/Alpha/zapnot.ll
+++ b/llvm/test/CodeGen/Alpha/zapnot.ll
@@ -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:
diff --git a/llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll b/llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
index 46728ac9669..c73fa1fcdc9 100644
--- a/llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
+++ b/llvm/test/CodeGen/CBackend/2007-01-08-ParamAttr-ICmp.ll
@@ -6,7 +6,6 @@ target datalayout = "e-p:32:32"
target triple = "i686-apple-darwin8"
%struct.Connector = type { i16, i16, i8, i8, %struct.Connector*, i8* }
-implementation ; Functions:
define i1 @prune_match_entry_2E_ce(%struct.Connector* %a, i16 %b.0.0.val) {
newFuncRoot:
diff --git a/llvm/test/CodeGen/CBackend/2007-02-05-memset.ll b/llvm/test/CodeGen/CBackend/2007-02-05-memset.ll
index 20849cf819d..f253b30136f 100644
--- a/llvm/test/CodeGen/CBackend/2007-02-05-memset.ll
+++ b/llvm/test/CodeGen/CBackend/2007-02-05-memset.ll
@@ -3,7 +3,6 @@
target datalayout = "e-p:64:64"
target triple = "x86_64-apple-darwin8"
-implementation ; Functions:
declare void @llvm.memset.i64(i8*, i8, i64, i32)
diff --git a/llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll b/llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll
index e496b81ca15..5f3162ea116 100644
--- a/llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll
+++ b/llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll
@@ -25,7 +25,6 @@ target triple = "i686-apple-darwin8"
@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*, ...)
diff --git a/llvm/test/CodeGen/Generic/switch-lower.ll b/llvm/test/CodeGen/Generic/switch-lower.ll
index 5c64869626b..b1aad3f4514 100644
--- a/llvm/test/CodeGen/Generic/switch-lower.ll
+++ b/llvm/test/CodeGen/Generic/switch-lower.ll
@@ -1,7 +1,6 @@
; RUN: llvm-as < %s | llc
; PR1197
-implementation ; Functions:
define void @exp_attr__expand_n_attribute_reference() {
entry:
diff --git a/llvm/test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll b/llvm/test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll
index 6f51864352b..c4d57639872 100644
--- a/llvm/test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll
+++ b/llvm/test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll
@@ -6,7 +6,6 @@
%struct.A = type { i32, i32 }
-implementation ; Functions:
define void @test1() {
entry:
diff --git a/llvm/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll b/llvm/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll
index d91af727d44..5a3d3b5d9c1 100644
--- a/llvm/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll
+++ b/llvm/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll
@@ -3,7 +3,6 @@
target datalayout = "E-p:32:32"
target triple = "powerpc-apple-darwin8.8.0"
-implementation ; Functions:
define void @blargh() {
entry:
diff --git a/llvm/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll b/llvm/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll
index 2e67f8f0d25..3a7d393db89 100644
--- a/llvm/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll
+++ b/llvm/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll
@@ -4,7 +4,6 @@ target datalayout = "e-p:32:32"
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:
diff --git a/llvm/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll b/llvm/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll
index 8825e346ef2..43d685188ec 100644
--- a/llvm/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll
+++ b/llvm/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll
@@ -5,7 +5,6 @@
target datalayout = "e-p:64:64"
@i6000 = global [128 x i64] zeroinitializer, align 16
-implementation
define void @foo(i32* %a0, i32* %a1, i32* %a2, i32* %a3, i32* %a4, i32* %a5) {
b:
diff --git a/llvm/test/CodeGen/X86/2007-03-16-InlineAsm.ll b/llvm/test/CodeGen/X86/2007-03-16-InlineAsm.ll
index 6b64e438515..c98c89a537a 100644
--- a/llvm/test/CodeGen/X86/2007-03-16-InlineAsm.ll
+++ b/llvm/test/CodeGen/X86/2007-03-16-InlineAsm.ll
@@ -1,7 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86
; ModuleID = 'a.bc'
-implementation ; Functions:
define i32 @foo(i32 %A, i32 %B) {
entry:
diff --git a/llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll b/llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll
index 56f3b37c789..ef245a281a7 100644
--- a/llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll
+++ b/llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll
@@ -2,7 +2,6 @@
target datalayout = "e-p:32:32"
target triple = "i686-apple-darwin9"
-implementation ; Functions:
define void @acoshf() {
%tmp19 = tail call <2 x double> asm sideeffect "pcmpeqd $0, $0 \0A\09 cmpltsd $0, $0", "=x,0,~{dirflag},~{fpsr},~{flags}"( <2 x double> zeroinitializer ) ; <<2 x double>> [#uses=0]
diff --git a/llvm/test/CodeGen/X86/shift-codegen.ll b/llvm/test/CodeGen/X86/shift-codegen.ll
index 0fc180310df..0195226bd5e 100644
--- a/llvm/test/CodeGen/X86/shift-codegen.ll
+++ b/llvm/test/CodeGen/X86/shift-codegen.ll
@@ -6,7 +6,6 @@ target triple = "i686-apple-darwin8"
@Y = weak global i32 0 ; <i32*> [#uses=1]
@X = weak global i32 0 ; <i32*> [#uses=2]
-implementation ; Functions:
define void @fn1() {
entry:
diff --git a/llvm/test/CodeGen/X86/test-hidden.ll b/llvm/test/CodeGen/X86/test-hidden.ll
index 27f890fb1b8..da0a4f40e78 100644
--- a/llvm/test/CodeGen/X86/test-hidden.ll
+++ b/llvm/test/CodeGen/X86/test-hidden.ll
@@ -6,7 +6,6 @@
@a = hidden global i32 0
@b = external global i32
-implementation ; Functions:
define weak hidden void @_ZN6Person13privateMethodEv(%struct.Person* %this) {
ret void
diff --git a/llvm/test/CodeGen/X86/x86-64-arg.ll b/llvm/test/CodeGen/X86/x86-64-arg.ll
index 9b18f119bec..78ea6d71487 100644
--- a/llvm/test/CodeGen/X86/x86-64-arg.ll
+++ b/llvm/test/CodeGen/X86/x86-64-arg.ll
@@ -6,7 +6,6 @@
target datalayout = "e-p:64:64"
target triple = "x86_64-apple-darwin8"
-implementation ; Functions:
define i32 @test(i16 sext %X) {
entry:
diff --git a/llvm/test/CodeGen/X86/x86-64-shortint.ll b/llvm/test/CodeGen/X86/x86-64-shortint.ll
index 30c750e3794..d1364508d11 100644
--- a/llvm/test/CodeGen/X86/x86-64-shortint.ll
+++ b/llvm/test/CodeGen/X86/x86-64-shortint.ll
@@ -3,7 +3,6 @@
target datalayout = "e-p:64:64"
target triple = "x86_64-apple-darwin8"
-implementation ; Functions:
define void @bar(i16 zext %A) {
tail call void @foo( i16 %A sext )
OpenPOWER on IntegriCloud