diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-07-16 17:41:44 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-07-16 17:41:44 +0000 |
| commit | 160fe2680efe1d42179ec4907e7eabc70a4d643c (patch) | |
| tree | a0a50ee74203c5f91a47242f5a54c171baf58610 /lib/Target/X86/X86CodeEmitter.cpp | |
| parent | a790ad8d45dc6a880293233954862737971542b6 (diff) | |
| download | external_llvm-160fe2680efe1d42179ec4907e7eabc70a4d643c.zip external_llvm-160fe2680efe1d42179ec4907e7eabc70a4d643c.tar.gz external_llvm-160fe2680efe1d42179ec4907e7eabc70a4d643c.tar.bz2 | |
Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill
pass that inserted it.
It is no longer necessary to limit the live ranges of FP registers to a single
basic block.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108536 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86CodeEmitter.cpp')
| -rw-r--r-- | lib/Target/X86/X86CodeEmitter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/X86CodeEmitter.cpp b/lib/Target/X86/X86CodeEmitter.cpp index f13669b..ed7ed14 100644 --- a/lib/Target/X86/X86CodeEmitter.cpp +++ b/lib/Target/X86/X86CodeEmitter.cpp @@ -622,7 +622,6 @@ void Emitter<CodeEmitter>::emitInstruction(const MachineInstr &MI, case TargetOpcode::IMPLICIT_DEF: case TargetOpcode::KILL: - case X86::FP_REG_KILL: break; case X86::MOVPC32r: { // This emits the "call" portion of this pseudo instruction. |
