diff options
Diffstat (limited to 'include/llvm/Transforms/IPO/SimpleStructMutation.h')
| -rw-r--r-- | include/llvm/Transforms/IPO/SimpleStructMutation.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/llvm/Transforms/IPO/SimpleStructMutation.h b/include/llvm/Transforms/IPO/SimpleStructMutation.h deleted file mode 100644 index 518b6a6128..0000000000 --- a/include/llvm/Transforms/IPO/SimpleStructMutation.h +++ /dev/null @@ -1,16 +0,0 @@ -//===- llvm/Transforms/SimpleStructMutation.h - Permute Structs --*- C++ -*--=// -// -// This pass does is a wrapper that can do a few simple structure mutation -// transformations. -// -//===----------------------------------------------------------------------===// - -#ifndef LLVM_TRANSFORMS_SIMPLESTRUCTMUTATION_H -#define LLVM_TRANSFORMS_SIMPLESTRUCTMUTATION_H - -class Pass; -class TargetData; -Pass *createSwapElementsPass(const TargetData &); -Pass *createSortElementsPass(const TargetData &); - -#endif |
