diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/delete-node.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/delete-node.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/delete-node.ll b/llvm/test/CodeGen/PowerPC/delete-node.ll index 999af54a8a9..631ea82a3fa 100644 --- a/llvm/test/CodeGen/PowerPC/delete-node.ll +++ b/llvm/test/CodeGen/PowerPC/delete-node.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ppc32 +; RUN: llc -verify-machineinstrs < %s -march=ppc32 ; The DAGCombiner leaves behind a dead node in this testcase. Currently ; ISel is ignoring dead nodes, though it would be preferable for |