aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/pwr3-6x.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/pwr3-6x.ll')
-rw-r--r--test/CodeGen/PowerPC/pwr3-6x.ll14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/CodeGen/PowerPC/pwr3-6x.ll b/test/CodeGen/PowerPC/pwr3-6x.ll
deleted file mode 100644
index 9461d2b667c1..000000000000
--- a/test/CodeGen/PowerPC/pwr3-6x.ll
+++ /dev/null
@@ -1,14 +0,0 @@
-; Test basic support for some older processors.
-
-;RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=pwr3 | FileCheck %s
-;RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=pwr4 | FileCheck %s
-;RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=pwr5 | FileCheck %s
-;RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=pwr5x | FileCheck %s
-;RUN: llc -verify-machineinstrs < %s -march=ppc64 -mcpu=pwr6x | FileCheck %s
-
-define void @foo() {
-entry:
- ret void
-}
-
-; CHECK: @foo