1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Update test case to match minor formatting change introduced in r218563.

llvm-svn: 218564
This commit is contained in:
Craig Topper 2014-09-27 05:36:53 +00:00
parent 456f534a1e
commit 138028e91c

View File

@ -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;