diff options
Diffstat (limited to 'llvm/test')
| -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 |

