From ee965abc367045a647fd33a5df3295e097925e3a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 21 Jan 2002 23:17:48 +0000 Subject: Move stuff out of the Optimizations directories into the appropriate Transforms directories. Eliminate the opt namespace. llvm-svn: 1520 --- llvm/lib/Transforms/Scalar/InstructionCombining.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'llvm/lib/Transforms/Scalar/InstructionCombining.cpp') diff --git a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp index 795418f939b..25590661b77 100644 --- a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp @@ -15,12 +15,10 @@ //===----------------------------------------------------------------------===// #include "llvm/Transforms/Scalar/InstructionCombining.h" -#include "../TransformInternals.h" -#include "llvm/Optimizations/ConstantHandling.h" +#include "llvm/Transforms/Scalar/ConstantHandling.h" #include "llvm/Method.h" #include "llvm/iMemory.h" - -using namespace opt; +#include "../TransformInternals.h" static Instruction *CombineBinOp(BinaryOperator *I) { bool Changed = false; -- cgit v1.2.3