forked from OSchip/llvm-project
MIPatternMatch.h - remove unused APFloat/APInt includes. NFC.
This commit is contained in:
parent
cbec419b3e
commit
de82114db8
|
@ -12,8 +12,6 @@
|
||||||
#ifndef LLVM_GMIR_PATTERNMATCH_H
|
#ifndef LLVM_GMIR_PATTERNMATCH_H
|
||||||
#define 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/GlobalISel/Utils.h"
|
||||||
#include "llvm/CodeGen/MachineRegisterInfo.h"
|
#include "llvm/CodeGen/MachineRegisterInfo.h"
|
||||||
#include "llvm/IR/InstrTypes.h"
|
#include "llvm/IR/InstrTypes.h"
|
||||||
|
|
Loading…
Reference in New Issue