diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/setcc_no_zext.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/setcc_no_zext.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/setcc_no_zext.ll b/llvm/test/CodeGen/PowerPC/setcc_no_zext.ll index d3501fc88b6..14d64071c70 100644 --- a/llvm/test/CodeGen/PowerPC/setcc_no_zext.ll +++ b/llvm/test/CodeGen/PowerPC/setcc_no_zext.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | not grep rlwinm +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep rlwinm ; FIXME: This optimization has temporarily regressed with crbits enabled by ; default at the default CodeOpt level. |