ConstantFolding.cpp/h -> ConstantFold.cpp/h to avoid confusion with

lib/Analysis/ConstantFolding.

llvm-svn: 34653
This commit is contained in:
Chris Lattner 2007-02-27 03:05:06 +00:00
parent 5d7ce57c13
commit 33e93b84af
3 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
//
//===----------------------------------------------------------------------===//
#include "ConstantFolding.h"
#include "ConstantFold.h"
#include "llvm/Constants.h"
#include "llvm/Instructions.h"
#include "llvm/DerivedTypes.h"

View File

@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/Constants.h"
#include "ConstantFolding.h"
#include "ConstantFold.h"
#include "llvm/DerivedTypes.h"
#include "llvm/GlobalValue.h"
#include "llvm/Instructions.h"