summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/asm-printer-topological-order.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/Generic/asm-printer-topological-order.ll')
-rw-r--r--llvm/test/CodeGen/Generic/asm-printer-topological-order.ll15
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/test/CodeGen/Generic/asm-printer-topological-order.ll b/llvm/test/CodeGen/Generic/asm-printer-topological-order.ll
deleted file mode 100644
index 18516b2a03c..00000000000
--- a/llvm/test/CodeGen/Generic/asm-printer-topological-order.ll
+++ /dev/null
@@ -1,15 +0,0 @@
-; RUN: llc < %s | FileCheck %s
-
-@TestA = alias void (), void ()* @TestC
-@TestB = alias void (), void ()* @TestC
-@TestC = alias void (), void ()* @TestD
-
-define void @TestD() {
-entry:
- ret void
-}
-
-; CHECK-LABEL: TestD:
-; CHECK: TestC = TestD
-; CHECK-DAG: TestB = TestC
-; CHECK-DAG: TestA = TestC
OpenPOWER on IntegriCloud