commit | 24d5c6a0cc52690c62844dfccd44ce40b87ee2a8 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Jan 21 07:41:55 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Jan 21 07:41:55 2002 +0000 |
tree | 2def57b442781c1b6d2db00f46d4a47d3c387e41 | |
parent | d695328461a483767edbf2a7819d98f1f6b507cc [diff] |
Moved header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1509 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/llvm/Transforms/IPO/SimpleStructMutation.h b/include/llvm/Transforms/IPO/SimpleStructMutation.h index 181996d..49c34e3 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: