[AMDGPU] Fix test that was broken by rL283893

llvm-svn: 283911
This commit is contained in:
Konstantin Zhuravlyov 2016-10-11 18:16:56 +00:00
parent 110dda7915
commit 78f3fa774b

View File

@ -31,6 +31,8 @@
.byte 0
.elseif .option.machine_version_stepping == 1
.byte 1
.elseif .option.machine_version_stepping == 2
.byte 2
.elseif .option.machine_version_stepping == 3
.byte 3
.else
@ -38,7 +40,7 @@
.endif
// BONAIRE: .byte 0
// HAWAII: .byte 1
// TONGA: .byte 0
// TONGA: .byte 2
// FIJI: .byte 3
v_add_f32 v0, v0, v[.option.machine_version_major]