diff options
| author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-09-15 23:04:24 +0000 |
|---|---|---|
| committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-09-15 23:04:24 +0000 |
| commit | 6b5b79c7e8aec3138727e102e85aaf1c3a01765e (patch) | |
| tree | 4dc0dfcbe4460f07d3a224d4c8d9416f1d883b03 /lib | |
| parent | 5a6370ff99013ce8a9db12e127770395e81767b4 (diff) | |
| download | external_llvm-6b5b79c7e8aec3138727e102e85aaf1c3a01765e.zip external_llvm-6b5b79c7e8aec3138727e102e85aaf1c3a01765e.tar.gz external_llvm-6b5b79c7e8aec3138727e102e85aaf1c3a01765e.tar.bz2 | |
Add a fixme note!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139872 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Target/X86/X86InstrInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/X86/X86InstrInfo.cpp b/lib/Target/X86/X86InstrInfo.cpp index ed74ee0..03471c7 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: |
