Add a fixme note!

llvm-svn: 139872
This commit is contained in:
Bruno Cardoso Lopes 2011-09-15 23:04:24 +00:00
parent c38642b3e1
commit 7b43568a93
1 changed files with 2 additions and 0 deletions

View File

@ -2572,6 +2572,8 @@ X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
/// Instead of
/// cvtss2sd (%rdi), %xmm0
///
/// FIXME: This should be turned into a TSFlags.
///
static bool hasPartialRegUpdate(unsigned Opcode) {
switch (Opcode) {
case X86::CVTSD2SSrr: