mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 15:04:57 +00:00
Pass creator requires a TargetData member
llvm-svn: 3007
This commit is contained in:
parent
a9de1268be
commit
5cf6161e20
@ -10,11 +10,12 @@
|
||||
#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();
|
||||
Pass *createRaisePointerReferencesPass(const TargetData &TD);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user