aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/lshr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/lshr.ll')
-rw-r--r--test/CodeGen/R600/lshr.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/R600/lshr.ll b/test/CodeGen/R600/lshr.ll
index e0ed3ac078660..886d1c4854dfb 100644
--- a/test/CodeGen/R600/lshr.ll
+++ b/test/CodeGen/R600/lshr.ll
@@ -1,6 +1,6 @@
-;RUN: llc < %s -march=r600 -mcpu=verde | FileCheck %s
+;RUN: llc < %s -march=r600 -mcpu=verde -verify-machineinstrs | FileCheck %s
-;CHECK: V_LSHRREV_B32_e32 VGPR0, 1, VGPR0
+;CHECK: S_LSHR_B32 s{{[0-9]}}, s{{[0-9]}}, 1
define void @test(i32 %p) {
%i = udiv i32 %p, 2