forked from OSchip/llvm-project
parent
c1f9206c8c
commit
6e646f1377
|
@ -10,12 +10,11 @@
|
|||
#define LLVM_TRANSFORMS_LEVELCHANGE_H
|
||||
|
||||
class Pass;
|
||||
class TargetData;
|
||||
|
||||
// RaisePointerReferences - Try to eliminate as many pointer arithmetic
|
||||
// expressions as possible, by converting expressions to use getelementptr and
|
||||
// friends.
|
||||
//
|
||||
Pass *createRaisePointerReferencesPass(const TargetData &TD);
|
||||
Pass *createRaisePointerReferencesPass();
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue