Rename SwapStructureContents -> IPO/SimpleStructMutation
[oota-llvm.git] / tools / opt / opt.cpp
index 7f9acf03e6b62c0d6a3ef38fe02fd65ddab826d1..bbf1489ca62e214ddf00c35bd95d010c4573cd34 100644 (file)
@@ -15,7 +15,7 @@
 #include "llvm/Transforms/ConstantMerge.h"
 #include "llvm/Transforms/CleanupGCCOutput.h"
 #include "llvm/Transforms/LevelChange.h"
-#include "llvm/Transforms/SwapStructContents.h"
+#include "llvm/Transforms/IPO/SimpleStructMutation.h"
 #include "llvm/Transforms/IPO/GlobalDCE.h"
 #include "llvm/Transforms/Scalar/IndVarSimplify.h"
 #include "llvm/Transforms/Scalar/InstructionCombining.h"