mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
Update test case to match minor formatting change introduced in r218563.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218564 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2895d9527d
commit
00666192c1
@ -69,6 +69,6 @@ def bum : Instruction {
|
||||
|
||||
// CHECK: tmp = fieldFromInstruction(insn, 8, 7);
|
||||
// CHECK: tmp = fieldFromInstruction(insn, 8, 8) << 3;
|
||||
// CHECK: tmp |= (fieldFromInstruction(insn, 8, 4) << 7);
|
||||
// CHECK: tmp |= (fieldFromInstruction(insn, 12, 4) << 3);
|
||||
// CHECK: tmp = fieldFromInstruction(insn, 8, 8) << 4;
|
||||
// CHECK: tmp |= fieldFromInstruction(insn, 8, 4) << 7;
|
||||
// CHECK: tmp |= fieldFromInstruction(insn, 12, 4) << 3;
|
||||
// CHECK: tmp = fieldFromInstruction(insn, 8, 8) << 4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user