Missing a cast previously.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26434 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-03-01 00:58:54 +00:00
parent 70695ab626
commit bf57e1f456

View File

@ -412,7 +412,7 @@ protected:
assert(VT < 32 && Op < sizeof(OpActions)/sizeof(OpActions[0]) &&
"Table isn't big enough!");
OpActions[Op] &= ~(3ULL << VT*2);
OpActions[Op] |= Action << VT*2;
OpActions[Op] |= (uint64_t)Action << VT*2;
}
/// addLegalFPImmediate - Indicate that this target can instruction select