diff options
Diffstat (limited to 'llvm/lib/Target/X86/X86InstrInfo.cpp')
-rw-r--r-- | llvm/lib/Target/X86/X86InstrInfo.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.cpp b/llvm/lib/Target/X86/X86InstrInfo.cpp index 71a4dae6a5f..2323f5790ab 100644 --- a/llvm/lib/Target/X86/X86InstrInfo.cpp +++ b/llvm/lib/Target/X86/X86InstrInfo.cpp @@ -665,9 +665,6 @@ X86InstrInfo::X86InstrInfo(X86TargetMachine &tm) // Remove ambiguous entries. assert(AmbEntries.empty() && "Duplicated entries in unfolding maps?"); - - if (TM.getSubtarget<X86Subtarget>().hasSSE2()) - populateSSEInstrDomainTable(); } bool X86InstrInfo::isMoveInstr(const MachineInstr& MI, |