summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-11-18 11:34:54 -0500
committerTom Stellard <thomas.stellard@amd.com>2014-11-18 11:34:54 -0500
commitc95aa6d871ab9ead0cec2d18732935d2565a38e8 (patch)
tree74c9a6cddab38a3ad08703a4e3c77fce92f65fd9
parent01929c04b5aa4bd1c998229fbfec83d4be20d6de (diff)
R600/SI: Use hex notation for constant in test
-rw-r--r--test/CodeGen/R600/sgpr-copy.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/sgpr-copy.ll b/test/CodeGen/R600/sgpr-copy.ll
index b5a72f76b05..e00a14f74a3 100644
--- a/test/CodeGen/R600/sgpr-copy.ll
+++ b/test/CodeGen/R600/sgpr-copy.ll
@@ -3,7 +3,7 @@
; This test checks that no VGPR to SGPR copies are created by the register
; allocator.
; CHECK-LABEL: {{^}}phi1:
-; CHECK: s_buffer_load_dword [[DST:s[0-9]]], {{s\[[0-9]+:[0-9]+\]}}, 0
+; CHECK: s_buffer_load_dword [[DST:s[0-9]]], {{s\[[0-9]+:[0-9]+\]}}, 0x0
; CHECK: v_mov_b32_e32 v{{[0-9]}}, [[DST]]
define void @phi1(<16 x i8> addrspace(2)* inreg, <16 x i8> addrspace(2)* inreg, <32 x i8> addrspace(2)* inreg, i32 inreg, <2 x i32>, <2 x i32>, <2 x i32>, <3 x i32>, <2 x i32>, <2 x i32>, <2 x i32>, float, float, float, float, float, float, float, float, float) #0 {