mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 13:10:34 +00:00
The #include <iterator> isn't needed in this header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43232 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
02e4fa7d5f
commit
ac72058dd6
@ -19,8 +19,6 @@
|
||||
#ifndef CONSTANTFOLDING_H
|
||||
#define CONSTANTFOLDING_H
|
||||
|
||||
#include <iterator>
|
||||
|
||||
namespace llvm {
|
||||
class Value;
|
||||
class Constant;
|
||||
@ -48,7 +46,6 @@ namespace llvm {
|
||||
Constant *ConstantFoldCompareInstruction(unsigned short predicate,
|
||||
const Constant *C1,
|
||||
const Constant *C2);
|
||||
|
||||
Constant *ConstantFoldGetElementPtr(const Constant *C,
|
||||
Constant* const *Idxs, unsigned NumIdx);
|
||||
} // End llvm namespace
|
||||
|
Loading…
Reference in New Issue
Block a user