Skip to content

Commit

Permalink
[X86] Remove defunct EmitLoweredAtomicFP declaration. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Apr 10, 2020
1 parent 7f90af1 commit 1824ae0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llvm/lib/Target/X86/X86ISelLowering.h
Expand Up @@ -1456,9 +1456,6 @@ namespace llvm {
MachineBasicBlock *EmitLoweredSelect(MachineInstr &I,
MachineBasicBlock *BB) const;

MachineBasicBlock *EmitLoweredAtomicFP(MachineInstr &I,
MachineBasicBlock *BB) const;

MachineBasicBlock *EmitLoweredCatchRet(MachineInstr &MI,
MachineBasicBlock *BB) const;

Expand Down

0 comments on commit 1824ae0

Please sign in to comment.