From: Bruno Cardoso Lopes Date: Thu, 15 Sep 2011 23:04:24 +0000 (+0000) Subject: Add a fixme note! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6b5b79c7e8aec3138727e102e85aaf1c3a01765e;p=oota-llvm.git Add a fixme note! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139872 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86InstrInfo.cpp b/lib/Target/X86/X86InstrInfo.cpp index ed74ee02a90..03471c73973 100644 --- a/lib/Target/X86/X86InstrInfo.cpp +++ b/lib/Target/X86/X86InstrInfo.cpp @@ -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: