Add a fixme note!
[oota-llvm.git] / lib / Target / X86 / X86InstrInfo.cpp
index ed74ee02a901a597c90b9dcfbd11a6f6fa9a166e..03471c739732d9911634af39b0a5d51f3b2d6cfa 100644 (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: