diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/cmp-cmp.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/cmp-cmp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/cmp-cmp.ll b/llvm/test/CodeGen/PowerPC/cmp-cmp.ll index a8bb42a4902..b7090054289 100644 --- a/llvm/test/CodeGen/PowerPC/cmp-cmp.ll +++ b/llvm/test/CodeGen/PowerPC/cmp-cmp.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 @test(i64 %X) { %tmp1 = and i64 %X, 3 ; <i64> [#uses=1] |