mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 19:49:36 +00:00
[R600/SI] Fix testcase check line.
Missing colon, instruction typo. llvm-svn: 233414
This commit is contained in:
parent
816e0eabb7
commit
91b959352c
@ -19,7 +19,7 @@ endif:
|
||||
}
|
||||
|
||||
; CHECK-LABEL: {{^}}fold_imm:
|
||||
; CHECK v_or_i32_e32 v{{[0-9]+}}, 5
|
||||
; CHECK: v_or_b32_e32 v{{[0-9]+}}, 5
|
||||
define void @fold_imm(i32 addrspace(1)* %out, i32 %cmp) {
|
||||
entry:
|
||||
%fold = add i32 3, 2
|
||||
|
Loading…
Reference in New Issue
Block a user