mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-25 06:51:30 +00:00
Converted SimpleStructMutation to take TargetData as a required pass.
llvm-svn: 3931
This commit is contained in:
parent
4b838cd6b5
commit
cbdfa73706
@ -9,7 +9,6 @@
|
||||
#define LLVM_TRANSFORMS_IPO_H
|
||||
|
||||
class Pass;
|
||||
class TargetData;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// createConstantMergePass - This function returns a new pass that merges
|
||||
@ -69,7 +68,7 @@ Pass *createPoolAllocatePass();
|
||||
// These passes are wrappers that can do a few simple structure mutation
|
||||
// transformations.
|
||||
//
|
||||
Pass *createSwapElementsPass(const TargetData &);
|
||||
Pass *createSortElementsPass(const TargetData &);
|
||||
Pass *createSwapElementsPass();
|
||||
Pass *createSortElementsPass();
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user