summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/cmpb-ppc32.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/cmpb-ppc32.ll')
-rw-r--r--test/CodeGen/PowerPC/cmpb-ppc32.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/cmpb-ppc32.ll b/test/CodeGen/PowerPC/cmpb-ppc32.ll
index 639ed887b9..b5cb0935d8 100644
--- a/test/CodeGen/PowerPC/cmpb-ppc32.ll
+++ b/test/CodeGen/PowerPC/cmpb-ppc32.ll
@@ -17,7 +17,7 @@ entry:
; CHECK-LABEL: @test16
; CHECK: cmpb [[REG1:[0-9]+]], 4, 3
-; CHECK: rlwinm 3, [[REG1]], 0, 16, 31
+; CHECK: clrlwi 3, [[REG1]], 16
; CHECK: blr
}