summaryrefslogtreecommitdiff
path: root/lib/VMCore/ConstantFold.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-27 03:05:06 +0000
committerChris Lattner <sabre@nondot.org>2007-02-27 03:05:06 +0000
commit92f6feaf792469130eec7196854ff01215955964 (patch)
tree8915abaee20c14c4564b8dc4a05ac3fb8a35a5e5 /lib/VMCore/ConstantFold.cpp
parent3d3d6275134f3c6d35a97a028a8556fd2e62243a (diff)
downloadllvm-92f6feaf792469130eec7196854ff01215955964.tar.gz
llvm-92f6feaf792469130eec7196854ff01215955964.tar.bz2
llvm-92f6feaf792469130eec7196854ff01215955964.tar.xz
ConstantFolding.cpp/h -> ConstantFold.cpp/h to avoid confusion with
lib/Analysis/ConstantFolding. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34653 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/ConstantFold.cpp')
-rw-r--r--lib/VMCore/ConstantFold.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/ConstantFold.cpp b/lib/VMCore/ConstantFold.cpp
index f0969fce1f..decc732bbd 100644
--- a/lib/VMCore/ConstantFold.cpp
+++ b/lib/VMCore/ConstantFold.cpp
@@ -18,7 +18,7 @@
//
//===----------------------------------------------------------------------===//
-#include "ConstantFolding.h"
+#include "ConstantFold.h"
#include "llvm/Constants.h"
#include "llvm/Instructions.h"
#include "llvm/DerivedTypes.h"