forked from OSchip/llvm-project
ConstantFolding.h - remove unused llvm::ConstantVector forward declaration. NFC.
This commit is contained in:
parent
7fba79be09
commit
ec99a24ccd
|
@ -25,7 +25,6 @@ template <typename T> class ArrayRef;
|
|||
class CallBase;
|
||||
class Constant;
|
||||
class ConstantExpr;
|
||||
class ConstantVector;
|
||||
class DataLayout;
|
||||
class Function;
|
||||
class GlobalValue;
|
||||
|
|
Loading…
Reference in New Issue