diff options
author | Chris Lattner <sabre@nondot.org> | 2002-01-21 07:41:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-01-21 07:41:55 +0000 |
commit | 24d5c6a0cc52690c62844dfccd44ce40b87ee2a8 (patch) | |
tree | 2def57b442781c1b6d2db00f46d4a47d3c387e41 | |
parent | d695328461a483767edbf2a7819d98f1f6b507cc (diff) |
Moved header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1509 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Transforms/IPO/SimpleStructMutation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/IPO/SimpleStructMutation.h b/include/llvm/Transforms/IPO/SimpleStructMutation.h index 181996d45b..49c34e37f2 100644 --- a/include/llvm/Transforms/IPO/SimpleStructMutation.h +++ b/include/llvm/Transforms/IPO/SimpleStructMutation.h @@ -8,7 +8,7 @@ #ifndef LLVM_TRANSFORMS_SIMPLESTRUCTMUTATION_H #define LLVM_TRANSFORMS_SIMPLESTRUCTMUTATION_H -#include "llvm/Transforms/MutateStructTypes.h" +#include "llvm/Transforms/IPO/MutateStructTypes.h" class SimpleStructMutation : public MutateStructTypes { public: |