summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Alpha
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/Alpha')
-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
3 files changed, 0 insertions, 3 deletions
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:
OpenPOWER on IntegriCloud