diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/asm-printer-topological-order.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/asm-printer-topological-order.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/asm-printer-topological-order.ll b/llvm/test/CodeGen/PowerPC/asm-printer-topological-order.ll index e1e62da4dbc..27132c7f2bc 100644 --- a/llvm/test/CodeGen/PowerPC/asm-printer-topological-order.ll +++ b/llvm/test/CodeGen/PowerPC/asm-printer-topological-order.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s @TestA = alias void (), void ()* @TestC @TestB = alias void (), void ()* @TestC |