mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
[R600/SI] Fix testcase check line.
Missing colon, instruction typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233414 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f2f2ef70a0
commit
81cd5e82a8
@ -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…
x
Reference in New Issue
Block a user