mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-25 21:16:19 +00:00
The #include <iterator> isn't needed in this header.
llvm-svn: 43232
This commit is contained in:
parent
df1f166e4a
commit
e223bab494
@ -19,8 +19,6 @@
|
|||||||
#ifndef CONSTANTFOLDING_H
|
#ifndef CONSTANTFOLDING_H
|
||||||
#define CONSTANTFOLDING_H
|
#define CONSTANTFOLDING_H
|
||||||
|
|
||||||
#include <iterator>
|
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
class Value;
|
class Value;
|
||||||
class Constant;
|
class Constant;
|
||||||
@ -48,7 +46,6 @@ namespace llvm {
|
|||||||
Constant *ConstantFoldCompareInstruction(unsigned short predicate,
|
Constant *ConstantFoldCompareInstruction(unsigned short predicate,
|
||||||
const Constant *C1,
|
const Constant *C1,
|
||||||
const Constant *C2);
|
const Constant *C2);
|
||||||
|
|
||||||
Constant *ConstantFoldGetElementPtr(const Constant *C,
|
Constant *ConstantFoldGetElementPtr(const Constant *C,
|
||||||
Constant* const *Idxs, unsigned NumIdx);
|
Constant* const *Idxs, unsigned NumIdx);
|
||||||
} // End llvm namespace
|
} // End llvm namespace
|
||||||
|
Loading…
Reference in New Issue
Block a user