summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/AArch64/PBQP.ll14
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/test/CodeGen/AArch64/PBQP.ll b/llvm/test/CodeGen/AArch64/PBQP.ll
deleted file mode 100644
index 491998e1e30..00000000000
--- a/llvm/test/CodeGen/AArch64/PBQP.ll
+++ /dev/null
@@ -1,14 +0,0 @@
-; RUN: llc -mtriple=aarch64-linux-gnu -mcpu=cortex-a57 -aarch64-pbqp -o - %s | FileCheck %s
-
-define i32 @foo(i32 %a) {
-; CHECK-LABEL: foo:
-; CHECK: bl bar
-; CHECK-NEXT: bl baz
- %call = call i32 @bar(i32 %a)
- %call1 = call i32 @baz(i32 %call)
- ret i32 %call1
-}
-
-declare i32 @bar(i32)
-declare i32 @baz(i32)
-
OpenPOWER on IntegriCloud