mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Converted SimpleStructMutation to take TargetData as a required pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3931 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1751b7ed27
commit
7afd98d144
@ -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…
Reference in New Issue
Block a user