diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/and-branch.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/and-branch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/and-branch.ll b/llvm/test/CodeGen/PowerPC/and-branch.ll index 7c36deed03d..f69150abf67 100644 --- a/llvm/test/CodeGen/PowerPC/and-branch.ll +++ b/llvm/test/CodeGen/PowerPC/and-branch.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | not grep mfcr +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep mfcr define void @foo(i32 %X, i32 %Y, i32 %Z) { entry: |