summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorTim Shen <timshen91@gmail.com>2016-03-31 22:32:10 +0000
committerTim Shen <timshen91@gmail.com>2016-03-31 22:32:10 +0000
commit2e24d0c0c1071eb873b30dd8b6d62b0153a959e5 (patch)
treef9981dab0508f88d97c67f558d6d7d60c6bc33b1 /llvm
parenta69d9e5aabb400503b267bd5b88f7a1e1cd3a0b9 (diff)
downloadbcm5719-llvm-2e24d0c0c1071eb873b30dd8b6d62b0153a959e5.tar.gz
bcm5719-llvm-2e24d0c0c1071eb873b30dd8b6d62b0153a959e5.zip
Move asm-printer-topological-order.ll to PowerPC backend
llvm-svn: 265067
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/PowerPC/asm-printer-topological-order.ll (renamed from llvm/test/CodeGen/Generic/asm-printer-topological-order.ll)2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/asm-printer-topological-order.ll b/llvm/test/CodeGen/PowerPC/asm-printer-topological-order.ll
index 18516b2a03c..e1e62da4dbc 100644
--- a/llvm/test/CodeGen/Generic/asm-printer-topological-order.ll
+++ b/llvm/test/CodeGen/PowerPC/asm-printer-topological-order.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s | FileCheck %s
+; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
@TestA = alias void (), void ()* @TestC
@TestB = alias void (), void ()* @TestC
OpenPOWER on IntegriCloud