diff options
author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2015-03-27 20:41:42 +0000 |
---|---|---|
committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2015-03-27 20:41:42 +0000 |
commit | 91b959352c3415b88da3c2db281e67e7a1d9f569 (patch) | |
tree | b909bf1aa5c8fb06528f2efdb1c0f6ecb9d5a02f /llvm/test/CodeGen | |
parent | 816e0eabb7b3ae2e2fdaf5f6a2df7a4abf9f0451 (diff) | |
download | bcm5719-llvm-91b959352c3415b88da3c2db281e67e7a1d9f569.tar.gz bcm5719-llvm-91b959352c3415b88da3c2db281e67e7a1d9f569.zip |
[R600/SI] Fix testcase check line.
Missing colon, instruction typo.
llvm-svn: 233414
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r-- | llvm/test/CodeGen/R600/operand-folding.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/operand-folding.ll b/llvm/test/CodeGen/R600/operand-folding.ll index 4bf748e6bb7..816755efb07 100644 --- a/llvm/test/CodeGen/R600/operand-folding.ll +++ b/llvm/test/CodeGen/R600/operand-folding.ll @@ -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 |