summaryrefslogtreecommitdiff
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.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/lshr.ll b/test/CodeGen/R600/lshr.ll
index eab3fbf600..cfbcc3484d 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
-;CHECK: V_LSHR_B32_e64 {{VGPR[0-9]+}}, {{[SV]GPR[0-9]+}}, 1
+;CHECK: V_LSHR_B32_e64 {{VGPR[0-9]}}, SGPR{{[0-9]}}, 1
define void @test(i32 %p) {
%i = udiv i32 %p, 2