diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/mem_update.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/mem_update.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/mem_update.ll b/llvm/test/CodeGen/PowerPC/mem_update.ll index 6d4a787ce02..e02c639c1fd 100644 --- a/llvm/test/CodeGen/PowerPC/mem_update.ll +++ b/llvm/test/CodeGen/PowerPC/mem_update.ll @@ -1,6 +1,6 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | \ +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | \ ; RUN: not grep addi -; RUN: llc -verify-machineinstrs -code-model=small < %s -march=ppc64 | \ +; RUN: llc -verify-machineinstrs -code-model=small < %s -mtriple=ppc64-- | \ ; RUN: not grep addi @Glob = global i64 4 |