R600/SI: Change formatting of printed registers.
[oota-llvm.git] / test / CodeGen / R600 / lshr.ll
index 5b1620bbc8f40f5519c3a1fc675707669c9ddfb6..7a0a526aa5d17d0186cd242dd63c79a71b3ce962 100644 (file)
@@ -1,6 +1,6 @@
 ;RUN: llc < %s -march=r600 -mcpu=verde -verify-machineinstrs | FileCheck %s
 
-;CHECK: V_LSHR_B32_e64 {{VGPR[0-9]}}, SGPR{{[0-9]}}, 1
+;CHECK: V_LSHR_B32_e64 {{v[0-9]}}, s{{[0-9]}}, 1
 
 define void @test(i32 %p) {
    %i = udiv i32 %p, 2