Move asm-printer-topological-order.ll to PowerPC backend
authorTim Shen <timshen91@gmail.com>
Thu, 31 Mar 2016 22:32:10 +0000 (22:32 +0000)
committerTim Shen <timshen91@gmail.com>
Thu, 31 Mar 2016 22:32:10 +0000 (22:32 +0000)
llvm-svn: 265067

llvm/test/CodeGen/PowerPC/asm-printer-topological-order.ll [moved from llvm/test/CodeGen/Generic/asm-printer-topological-order.ll with 79% similarity]

@@ -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