MIPatternMatch.h - remove unused APFloat/APInt includes. NFC.

This commit is contained in:
Simon Pilgrim 2020-06-01 11:36:27 +01:00
parent cbec419b3e
commit de82114db8
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@
#ifndef LLVM_GMIR_PATTERNMATCH_H
#define LLVM_GMIR_PATTERNMATCH_H
#include "llvm/ADT/APFloat.h"
#include "llvm/ADT/APInt.h"
#include "llvm/CodeGen/GlobalISel/Utils.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/IR/InstrTypes.h"