diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-08 20:15:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-08 20:15:12 +0000 |
commit | 66160427de7b88815f2f9847ec60c6ef85577b6b (patch) | |
tree | cbbcffde5bc43326e2fa8d46e82fe0d356b94c33 | |
parent | 3c9e93b7e57f7567e5f56c194806d745bc3c5511 (diff) | |
download | external_llvm-66160427de7b88815f2f9847ec60c6ef85577b6b.zip external_llvm-66160427de7b88815f2f9847ec60c6ef85577b6b.tar.gz external_llvm-66160427de7b88815f2f9847ec60c6ef85577b6b.tar.bz2 |
Minor change to reflect that ConstantHandling is now part of VMCore
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2163 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/ConstantHandling.h | 4 | ||||
-rw-r--r-- | lib/VMCore/ConstantFold.h | 4 | ||||
-rw-r--r-- | lib/VMCore/ConstantFolding.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/include/llvm/ConstantHandling.h b/include/llvm/ConstantHandling.h index d0f50fa..1479fe0 100644 --- a/include/llvm/ConstantHandling.h +++ b/include/llvm/ConstantHandling.h @@ -30,8 +30,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_OPT_CONSTANTHANDLING_H -#define LLVM_OPT_CONSTANTHANDLING_H +#ifndef LLVM_CONSTANTHANDLING_H +#define LLVM_CONSTANTHANDLING_H #include "llvm/ConstantVals.h" #include "llvm/Instruction.h" diff --git a/lib/VMCore/ConstantFold.h b/lib/VMCore/ConstantFold.h index d0f50fa..1479fe0 100644 --- a/lib/VMCore/ConstantFold.h +++ b/lib/VMCore/ConstantFold.h @@ -30,8 +30,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_OPT_CONSTANTHANDLING_H -#define LLVM_OPT_CONSTANTHANDLING_H +#ifndef LLVM_CONSTANTHANDLING_H +#define LLVM_CONSTANTHANDLING_H #include "llvm/ConstantVals.h" #include "llvm/Instruction.h" diff --git a/lib/VMCore/ConstantFolding.h b/lib/VMCore/ConstantFolding.h index d0f50fa..1479fe0 100644 --- a/lib/VMCore/ConstantFolding.h +++ b/lib/VMCore/ConstantFolding.h @@ -30,8 +30,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_OPT_CONSTANTHANDLING_H -#define LLVM_OPT_CONSTANTHANDLING_H +#ifndef LLVM_CONSTANTHANDLING_H +#define LLVM_CONSTANTHANDLING_H #include "llvm/ConstantVals.h" #include "llvm/Instruction.h" |