summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-21 07:41:55 +0000
committerChris Lattner <sabre@nondot.org>2002-01-21 07:41:55 +0000
commit24d5c6a0cc52690c62844dfccd44ce40b87ee2a8 (patch)
tree2def57b442781c1b6d2db00f46d4a47d3c387e41 /include
parentd695328461a483767edbf2a7819d98f1f6b507cc (diff)
downloadllvm-24d5c6a0cc52690c62844dfccd44ce40b87ee2a8.tar.gz
llvm-24d5c6a0cc52690c62844dfccd44ce40b87ee2a8.tar.bz2
llvm-24d5c6a0cc52690c62844dfccd44ce40b87ee2a8.tar.xz
Moved header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Transforms/IPO/SimpleStructMutation.h2
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: