diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-03-28 01:52:40 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-03-28 01:52:40 +0000 |
commit | 7215e0fb71e13ec3512b12bdee3982f0d3587d54 (patch) | |
tree | 5686257b56efd2fc6fceea9a936ef2decc7da944 /test/Integer | |
parent | baeccc8741958c0d27f1ba1d162468f615b565ac (diff) |
implementation keyword is going .. going .. gone.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35404 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Integer')
-rw-r--r-- | test/Integer/a1.ll.out | 2 | ||||
-rw-r--r-- | test/Integer/a15.ll.out | 2 | ||||
-rw-r--r-- | test/Integer/a17.ll.out | 2 | ||||
-rw-r--r-- | test/Integer/a31.ll.out | 2 | ||||
-rw-r--r-- | test/Integer/a33.ll.out | 2 | ||||
-rw-r--r-- | test/Integer/a63.ll.out | 2 | ||||
-rw-r--r-- | test/Integer/a7.ll.out | 2 | ||||
-rw-r--r-- | test/Integer/a9.ll.out | 2 |
8 files changed, 0 insertions, 16 deletions
diff --git a/test/Integer/a1.ll.out b/test/Integer/a1.ll.out index 8deafd6bf5..0957c755b9 100644 --- a/test/Integer/a1.ll.out +++ b/test/Integer/a1.ll.out @@ -17,5 +17,3 @@ @s = constant i1 srem (i1 true, i1 true) ; <i1*> [#uses=0] @t = constant i1 false ; <i1*> [#uses=0] @u = constant i1 srem (i1 true, i1 true) ; <i1*> [#uses=0] - -implementation ; Functions: diff --git a/test/Integer/a15.ll.out b/test/Integer/a15.ll.out index 2e3f3ce76e..e9eb800b0b 100644 --- a/test/Integer/a15.ll.out +++ b/test/Integer/a15.ll.out @@ -18,5 +18,3 @@ @o = constant i15 0 ; <i15*> [#uses=0] @p = constant i15 -1 ; <i15*> [#uses=0] @v = constant i15 -1 ; <i15*> [#uses=0] - -implementation ; Functions: diff --git a/test/Integer/a17.ll.out b/test/Integer/a17.ll.out index 62c270e5c3..d24f62b63c 100644 --- a/test/Integer/a17.ll.out +++ b/test/Integer/a17.ll.out @@ -17,5 +17,3 @@ @o = constant i17 0 ; <i17*> [#uses=0] @p = constant i17 -1 ; <i17*> [#uses=0] @v = constant i17 -1 ; <i17*> [#uses=0] - -implementation ; Functions: diff --git a/test/Integer/a31.ll.out b/test/Integer/a31.ll.out index fb1f52337c..fb8d250b43 100644 --- a/test/Integer/a31.ll.out +++ b/test/Integer/a31.ll.out @@ -17,5 +17,3 @@ @o = constant i31 0 ; <i31*> [#uses=0] @p = constant i31 -1 ; <i31*> [#uses=0] @u = constant i31 -3 ; <i31*> [#uses=0] - -implementation ; Functions: diff --git a/test/Integer/a33.ll.out b/test/Integer/a33.ll.out index 5be4366fea..f495d0dc97 100644 --- a/test/Integer/a33.ll.out +++ b/test/Integer/a33.ll.out @@ -17,5 +17,3 @@ @o = constant i33 0 ; <i33*> [#uses=0] @p = constant i33 -1 ; <i33*> [#uses=0] @u = constant i33 -1 ; <i33*> [#uses=0] - -implementation ; Functions: diff --git a/test/Integer/a63.ll.out b/test/Integer/a63.ll.out index 1f73220049..c770608ed1 100644 --- a/test/Integer/a63.ll.out +++ b/test/Integer/a63.ll.out @@ -17,5 +17,3 @@ @t = constant i63 0 ; <i63*> [#uses=0] @o = constant i63 0 ; <i63*> [#uses=0] @p = constant i63 -1 ; <i63*> [#uses=0] - -implementation ; Functions: diff --git a/test/Integer/a7.ll.out b/test/Integer/a7.ll.out index 6008372424..a6ed28816f 100644 --- a/test/Integer/a7.ll.out +++ b/test/Integer/a7.ll.out @@ -22,5 +22,3 @@ @y = constant i7 0 ; <i7*> [#uses=0] @o = constant i7 0 ; <i7*> [#uses=0] @p = constant i7 -1 ; <i7*> [#uses=0] - -implementation ; Functions: diff --git a/test/Integer/a9.ll.out b/test/Integer/a9.ll.out index 7d25d4aa90..6525b9aad5 100644 --- a/test/Integer/a9.ll.out +++ b/test/Integer/a9.ll.out @@ -16,5 +16,3 @@ @t = constant i9 1 ; <i9*> [#uses=0] @o = constant i9 0 ; <i9*> [#uses=0] @p = constant i9 -1 ; <i9*> [#uses=0] - -implementation ; Functions: |